소스 검색

[new]增加日志库依赖

zk 9 달 전
부모
커밋
b3ccf1965b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      android/build.gradle

+ 2 - 0
android/build.gradle

@@ -66,6 +66,8 @@ android {
         compileOnly "androidx.annotation:annotation:1.1.0"
 
         implementation "atmob.central:oaid:1.0.0-SNAPSHOT"
+
+        implementation "atmob.central:logging:1.0.0-SNAPSHOT"
     }
 
     testOptions {