瀏覽代碼

[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 {