hch
2024-07-17 631dce66b4e74fd6403cc791ca09933ec6315c68
0312 名字修改
2个文件已修改
17 ■■■■■ 已修改文件
Channel/Android/hyyngame2/launcherTemplate.gradle 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Channel/Android/hyyngame2/mainTemplate.gradle 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Channel/Android/hyyngame2/launcherTemplate.gradle
@@ -1,11 +1,15 @@
apply plugin: 'com.android.application'
plugins {
    id 'com.android.application'
    id 'com.google.gms.google-services'
    id 'com.google.firebase.crashlytics'
}
dependencies {
    implementation project(':unityLibrary')
    }
android {
    compileSdkVersion **APIVERSION**
    compileSdk **APIVERSION**
    buildToolsVersion '34.0.0'
    repositories {
        flatDir {
@@ -76,6 +80,3 @@
        include("google-services.json")
    }
}
apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.firebase.crashlytics'
Channel/Android/hyyngame2/mainTemplate.gradle
@@ -1,4 +1,6 @@
apply plugin: 'com.android.library'
plugins {
    id 'com.android.library'
}
//**APPLY_PLUGINS**
apply from: 'deps.gradle'
@@ -35,7 +37,7 @@
**DEPS**}
android {
    compileSdkVersion **APIVERSION**
    compileSdk **APIVERSION**
    buildToolsVersion '34.0.0'
    compileOptions {