hch
2022-04-07 33713cb7fb3d6760e3695ab46b5d28241bc0f846
0312 更改gradle版本
4个文件已修改
4 ■■■■ 已修改文件
Channel/Android/VNGame/debug/libs/library-debug-VNGame.aar 补丁 | 查看 | 原始文档 | blame | 历史
Channel/Android/VNGame/release/libs/library-release-VNGame.aar 补丁 | 查看 | 原始文档 | blame | 历史
SdkProject/build.gradle 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
SdkProject/library/build.gradle 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Channel/Android/VNGame/debug/libs/library-debug-VNGame.aar
Binary files differ
Channel/Android/VNGame/release/libs/library-release-VNGame.aar
Binary files differ
SdkProject/build.gradle
@@ -7,7 +7,7 @@
    }
    dependencies {
        classpath "com.android.tools.build:gradle:4.1.1"
        classpath "com.android.tools.build:gradle:3.6.4"
        classpath "com.google.gms:google-services:4.3.3"
        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module deps.gradle files
SdkProject/library/build.gradle
@@ -34,7 +34,7 @@
android {
    compileSdkVersion 30
    buildToolsVersion "28.0.1"
    buildToolsVersion "28.0.3"
    defaultConfig {
        minSdkVersion 21