Channel/Android/qkbt2game/deps.gradle | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
SdkProject/library/build.gradle | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
SdkProject/plugins/quick/deps.gradle | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Channel/Android/qkbt2game/deps.gradle
@@ -1,4 +1,4 @@ //此脚本为渠道的第三方远程依赖库配置,会复制到unity中用于构建 dependencies { implementation 'androidx.core:core:1.3.2' } SdkProject/library/build.gradle
@@ -181,7 +181,6 @@ dependencies { implementation 'androidx.annotation:annotation:1.1.0' implementation 'androidx.core:core:1.3.2' testImplementation 'junit:junit:4.13.2' implementation fileTree(dir: "../channel/${CHANNEL_NAME}/libs/", include: ['*.jar']) SdkProject/plugins/quick/deps.gradle
@@ -1,3 +1,3 @@ dependencies { implementation 'androidx.core:core:1.3.2' }