lwb
2021-03-25 f8267262e6171a35b7737a31f039d9a39e4f96b9
9527 Androidx core 库引用
3个文件已修改
5 ■■■■■ 已修改文件
Channel/Android/qkbt2game/deps.gradle 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
SdkProject/library/build.gradle 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SdkProject/plugins/quick/deps.gradle 2 ●●● 补丁 | 查看 | 原始文档 | 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'
}