少年修仙传客户端基础资源
hch
2023-12-28 e507ac6b33e3a33880bb1aa4cb21cde7581be192
0312 打包
3个文件已修改
42 ■■■■ 已修改文件
Assets/Plugins/Android/baseProjectTemplate.gradle 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Plugins/Android/launcherTemplate.gradle 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Plugins/Android/mainTemplate.gradle 34 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Plugins/Android/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.android.tools.build:gradle:4.0.1'
            classpath "com.google.gms:google-services:4.3.15"
            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**
        }
    }
Assets/Plugins/Android/launcherTemplate.gradle
@@ -73,4 +73,5 @@
    }
}
apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.firebase.crashlytics'
Assets/Plugins/Android/mainTemplate.gradle
@@ -9,25 +9,23 @@
    }
    //sdk所需依赖
    implementation 'androidx.recyclerview:recyclerview:1.0.0'
    implementation 'com.squareup.okhttp3:logging-interceptor:3.12.0'
    //firebase
    implementation(platform("com.google.firebase:firebase-bom:32.2.2"))
    implementation 'com.google.firebase:firebase-analytics'
    implementation 'com.google.firebase:firebase-auth'
    // google
    implementation 'com.google.android.gms:play-services-auth:20.6.0'
    // facebook
    implementation 'com.facebook.android:facebook-login:16.2.0'
    implementation 'androidx.activity:activity-compose:1.3.1'
    // google 支付
    implementation 'com.android.billingclient:billing:6.0.1'
    implementation 'androidx.fragment:fragment:1.3.2'
    // adjust (V1.0.2新增)
    implementation 'com.adjust.sdk:adjust-android:4.33.5'
    implementation(name: 'lp_v1.1.3', ext: 'aar')
    implementation("com.android.billingclient:billing:5.0.0")
    implementation 'com.google.android.gms:play-services-auth:20.1.0'
    implementation 'androidx.percentlayout:percentlayout:1.0.0'
    implementation 'com.facebook.android:facebook-login:latest.release'
    implementation 'com.facebook.android:facebook-share:latest.release'
    implementation 'com.appsflyer:af-android-sdk:6.9.0'
    implementation 'com.android.installreferrer:installreferrer:2.2'
    implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1'
    implementation 'com.google.android.gms:play-services-appset:16.0.2'
    implementation platform('com.google.firebase:firebase-bom:30.4.0') {
        exclude group: 'com.android.support', module: 'support-compat'
    }
    implementation 'com.google.android.play:review:2.0.1'
    implementation 'com.google.firebase:firebase-analytics'
    implementation 'com.navercorp.nid:oauth-jdk8:5.1.1'
    implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.2'
    implementation 'com.google.android.play:review:2.0.1'
    implementation 'com.google.firebase:firebase-crashlytics:18.2.9'
**DEPS**}
android {