hch
2024-05-22 db6c1c88ccb03dd19b86a2dff67bcbd17f3ad7e9
0312 sdk更新
4个文件已修改
11 ■■■■ 已修改文件
Channel/Android/hyyngame_gw/baseProjectTemplate.gradle 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Channel/Android/hyyngame_gw/debug/libs/library-debug-hyyngame.aar 补丁 | 查看 | 原始文档 | blame | 历史
Channel/Android/hyyngame_gw/mainTemplate.gradle 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Channel/Android/hyyngame_gw/release/libs/library-release-hyyngame.aar 补丁 | 查看 | 原始文档 | blame | 历史
Channel/Android/hyyngame_gw/baseProjectTemplate.gradle
@@ -12,8 +12,9 @@
            // See which Gradle version is preinstalled with Unity here https://docs.unity3d.com/Manual/android-gradle-overview.html
            // See official Gradle and Android Gradle Plugin compatibility table here https://developer.android.com/studio/releases/gradle-plugin#updating-gradle
            // To specify a custom Gradle version in Unity, go do "Preferences > External Tools", uncheck "Gradle Installed with Unity (recommended)" and specify a path to a custom Gradle version
            classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1'
            classpath 'com.android.tools.build:gradle:4.0.1'
            classpath 'com.google.gms:google-services:4.3.10'
            **BUILD_SCRIPT_DEPS**
        }
    }
Channel/Android/hyyngame_gw/debug/libs/library-debug-hyyngame.aar
Binary files differ
Channel/Android/hyyngame_gw/mainTemplate.gradle
@@ -18,7 +18,13 @@
    api 'androidx.annotation:annotation:1.5.0'
    api 'androidx.core:core:1.6.0'
    api 'androidx.percentlayout:percentlayout:1.0.0'
    //google ID
    implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1'
    //firebase
    implementation 'com.google.firebase:firebase-analytics'
    implementation platform('com.google.firebase:firebase-bom:31.2.2') {
        exclude group: 'com.android.support', module: 'support-compat'
    }
    //base  theme
    api 'androidx.appcompat:appcompat:1.2.0'
    //ald ui用
Channel/Android/hyyngame_gw/release/libs/library-release-hyyngame.aar
Binary files differ