This commit is contained in:
changyunjia
2026-06-29 16:21:36 +08:00
co-authored by changyunjia
parent 810a087b78
commit c28ea8ea4a
213 changed files with 49969 additions and 32706 deletions
@@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:keep="@string/gcm_defaultSenderId,@string/google_storage_bucket,@string/project_id,@string/google_api_key,@string/google_crash_reporting_api_key,@string/google_app_id">
<string name="gcm_defaultSenderId" translatable="false">47379855623</string>
<string name="google_storage_bucket" translatable="false">cursed-night-vampire-slots.firebasestorage.app</string>
<string name="project_id" translatable="false">cursed-night-vampire-slots</string>
<string name="google_api_key" translatable="false">AIzaSyDXG6OV3RO0ydU80q8ZiudbIDRc1mh30kY</string>
<string name="google_crash_reporting_api_key" translatable="false">AIzaSyDXG6OV3RO0ydU80q8ZiudbIDRc1mh30kY</string>
<string name="google_app_id" translatable="false">1:47379855623:android:9723758e453cb34ff5eda2</string>
<string name="gcm_defaultSenderId" translatable="false">108853233638</string>
<string name="google_storage_bucket" translatable="false">divine-position-377306.firebasestorage.app</string>
<string name="project_id" translatable="false">divine-position-377306</string>
<string name="google_api_key" translatable="false">AIzaSyCsdr_yhJsg61ZeX5pyNbsj41j6vUdzgK8</string>
<string name="google_crash_reporting_api_key" translatable="false">AIzaSyCsdr_yhJsg61ZeX5pyNbsj41j6vUdzgK8</string>
<string name="google_app_id" translatable="false">1:108853233638:android:3f27e4b07279832738b827</string>
</resources>
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><resources><string name="com.crashlytics.android.build_id" translatable="false">727fe3ed-708f-4699-a198-d58d2e7e6a8b</string></resources>
<?xml version="1.0" encoding="utf-8"?><resources><string name="com.crashlytics.android.build_id" translatable="false">ef69acce-f4ca-4d4a-b16c-51c7a46da3ac</string></resources>
+38
View File
@@ -0,0 +1,38 @@
// GENERATED BY UNITY. REMOVE THIS LINE TO PREVENT OVERWRITING WHEN CHANGING PLAYER SETTINGS
// 第一步:把用来修补 D8 编译器的 buildscript 独立提拔到最外层的最顶部
buildscript {
repositories {
**BUILD_SCRIPT_REPOSITORIES**
// 1. 添加存放新版 D8 编译器的谷歌官方仓库
maven { url 'https://storage.googleapis.com/r8-releases/raw' }
}
dependencies {
// 2. 强制指定更高级别的 R8/D8 编译器,解决 Meta SDK 引发的 NullPointerException
classpath 'com.android.tools:r8:8.2.24'
**BUILD_SCRIPT_DEPENDENCIES**
}
}
// 第二步:紧随其后的是原配 plugins 块(绝对不能被allprojects压在下面)
plugins {
// If you are changing the Android Gradle Plugin version, make sure it is compatible with the Gradle version preinstalled with Unity
// 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
id 'com.android.application' version '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
**BUILD_SCRIPT_DEPS**
}
// 第三步:将通用的 allprojects 移到文件下方安全区
allprojects {
repositories {
**PROJECT_REPOSITORIES**
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
+7
View File
@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 757bd9d7c7934134c847701c129e1f2f
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
+2 -1
View File
@@ -9,4 +9,5 @@ android.enableJetifier=true
android.jetifier.ignorelist=annotation-experimental-1.4.0.aar
android.enableLint=false
android.lint.disableLintTasks=true
android.lint.disableLintTasks=true
org.gradle.jvmargs=-Xmx4056m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
View File
+26 -26
View File
@@ -22,39 +22,39 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
// Android Resolver Dependencies Start
implementation 'androidx.annotation:annotation:1.2.0' // Assets/H1PQxZETMtqhSoMBSDK/ThirdParty/KwaiAds/Editor/Dependencies.xml:7
implementation 'androidx.appcompat:appcompat:1.2.0' // Assets/H1PQxZETMtqhSoMBSDK/ThirdParty/KwaiAds/Editor/Dependencies.xml:5
implementation 'androidx.annotation:annotation:1.2.0' // Assets/KRSMgn_MxJJ9SpPJGSDK/ThirdParty/KwaiAds/Editor/Dependencies.xml:7
implementation 'androidx.appcompat:appcompat:1.2.0' // Assets/KRSMgn_MxJJ9SpPJGSDK/ThirdParty/KwaiAds/Editor/Dependencies.xml:5
implementation 'androidx.constraintlayout:constraintlayout:2.1.4' // Assets/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml:12
implementation 'androidx.lifecycle:lifecycle-process:2.6.2' // Assets/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml:17
implementation 'androidx.media3:media3-exoplayer:1.0.0-alpha01' // Assets/H1PQxZETMtqhSoMBSDK/ThirdParty/KwaiAds/Editor/Dependencies.xml:4
implementation 'androidx.media3:media3-exoplayer:1.0.0-alpha01' // Assets/KRSMgn_MxJJ9SpPJGSDK/ThirdParty/KwaiAds/Editor/Dependencies.xml:4
implementation 'androidx.recyclerview:recyclerview:1.2.1' // Assets/MaxSdk/Mediation/Mintegral/Editor/Dependencies.xml:9
implementation 'com.android.installreferrer:installreferrer:2.1' // Assets/H1PQxZETMtqhSoMBSDK/ThirdParty/AppsFlyer/Editor/AppsFlyerDependencies.xml:7
implementation 'com.android.installreferrer:installreferrer:2.1' // Assets/KRSMgn_MxJJ9SpPJGSDK/ThirdParty/AppsFlyer/Editor/AppsFlyerDependencies.xml:7
implementation 'com.android.support:customtabs:28.+' // Assets/MaxSdk/Mediation/InMobi/Editor/Dependencies.xml:7
implementation 'com.android.support:recyclerview-v7:28.+' // Assets/MaxSdk/Mediation/InMobi/Editor/Dependencies.xml:6
implementation 'com.applovin.mediation:bidmachine-adapter:3.6.1.0' // Assets/MaxSdk/Mediation/BidMachine/Editor/Dependencies.xml:8
implementation 'com.applovin.mediation:bigoads-adapter:5.8.2.0' // Assets/MaxSdk/Mediation/BigoAds/Editor/Dependencies.xml:4
implementation 'com.applovin.mediation:bytedance-adapter:7.9.1.3.0' // Assets/MaxSdk/Mediation/ByteDance/Editor/Dependencies.xml:8
implementation 'com.applovin.mediation:chartboost-adapter:9.11.1.0' // Assets/MaxSdk/Mediation/Chartboost/Editor/Dependencies.xml:8
implementation 'com.applovin.mediation:facebook-adapter:[6.11.0.0]' // Assets/MaxSdk/Mediation/Facebook/Editor/Dependencies.xml:8
implementation 'com.applovin.mediation:fyber-adapter:8.4.4.0' // Assets/MaxSdk/Mediation/Fyber/Editor/Dependencies.xml:4
implementation 'com.applovin.mediation:google-adapter:[25.2.0.0]' // Assets/MaxSdk/Mediation/Google/Editor/Dependencies.xml:5
implementation 'com.applovin.mediation:google-ad-manager-adapter:[25.2.0.0]' // Assets/MaxSdk/Mediation/GoogleAdManager/Editor/Dependencies.xml:5
implementation 'com.applovin.mediation:inmobi-adapter:11.2.0.0' // Assets/MaxSdk/Mediation/InMobi/Editor/Dependencies.xml:4
implementation 'com.applovin.mediation:ironsource-adapter:9.4.0.0.0' // Assets/MaxSdk/Mediation/IronSource/Editor/Dependencies.xml:4
implementation 'com.applovin.mediation:mintegral-adapter:17.1.51.0' // Assets/MaxSdk/Mediation/Mintegral/Editor/Dependencies.xml:8
implementation 'com.applovin.mediation:moloco-adapter:4.8.0.0' // Assets/MaxSdk/Mediation/Moloco/Editor/Dependencies.xml:4
implementation 'com.applovin.mediation:unityads-adapter:4.17.0.0' // Assets/MaxSdk/Mediation/UnityAds/Editor/Dependencies.xml:4
implementation 'com.applovin.mediation:vungle-adapter:7.7.3.0' // Assets/MaxSdk/Mediation/Vungle/Editor/Dependencies.xml:4
implementation 'com.applovin:applovin-sdk:13.6.2' // Assets/MaxSdk/AppLovin/Editor/Dependencies.xml:4
implementation 'com.appsflyer:af-android-sdk:6.17.6' // Assets/H1PQxZETMtqhSoMBSDK/ThirdParty/AppsFlyer/Editor/AppsFlyerDependencies.xml:5
implementation 'com.appsflyer:purchase-connector:2.2.0' // Assets/H1PQxZETMtqhSoMBSDK/ThirdParty/AppsFlyer/Editor/AppsFlyerDependencies.xml:8
implementation 'com.appsflyer:unity-wrapper:6.17.91' // Assets/H1PQxZETMtqhSoMBSDK/ThirdParty/AppsFlyer/Editor/AppsFlyerDependencies.xml:6
implementation 'com.bigossp:bigo-ads:5.3.0' // Assets/H1PQxZETMtqhSoMBSDK/ThirdParty/BigoAdsAll/BigoSDK/Editor/Dependencies.xml:11
implementation 'com.applovin.mediation:bidmachine-adapter:3.7.1.0' // Assets/MaxSdk/Mediation/BidMachine/Editor/Dependencies.xml:8
implementation 'com.applovin.mediation:bigoads-adapter:5.9.0.0' // Assets/MaxSdk/Mediation/BigoAds/Editor/Dependencies.xml:4
implementation 'com.applovin.mediation:bytedance-adapter:8.1.0.3.0' // Assets/MaxSdk/Mediation/ByteDance/Editor/Dependencies.xml:8
implementation 'com.applovin.mediation:chartboost-adapter:9.12.1.0' // Assets/MaxSdk/Mediation/Chartboost/Editor/Dependencies.xml:8
implementation 'com.applovin.mediation:facebook-adapter:[6.21.0.0]' // Assets/MaxSdk/Mediation/Facebook/Editor/Dependencies.xml:8
implementation 'com.applovin.mediation:fyber-adapter:8.4.5.0' // Assets/MaxSdk/Mediation/Fyber/Editor/Dependencies.xml:4
implementation 'com.applovin.mediation:google-adapter:[25.3.0.0]' // Assets/MaxSdk/Mediation/Google/Editor/Dependencies.xml:5
implementation 'com.applovin.mediation:google-ad-manager-adapter:[25.3.0.0]' // Assets/MaxSdk/Mediation/GoogleAdManager/Editor/Dependencies.xml:5
implementation 'com.applovin.mediation:inmobi-adapter:11.3.0.0' // Assets/MaxSdk/Mediation/InMobi/Editor/Dependencies.xml:4
implementation 'com.applovin.mediation:ironsource-adapter:9.4.3.0.0' // Assets/MaxSdk/Mediation/IronSource/Editor/Dependencies.xml:4
implementation 'com.applovin.mediation:mintegral-adapter:17.1.61.0' // Assets/MaxSdk/Mediation/Mintegral/Editor/Dependencies.xml:8
implementation 'com.applovin.mediation:moloco-adapter:4.9.0.0' // Assets/MaxSdk/Mediation/Moloco/Editor/Dependencies.xml:4
implementation 'com.applovin.mediation:unityads-adapter:4.18.1.0' // Assets/MaxSdk/Mediation/UnityAds/Editor/Dependencies.xml:4
implementation 'com.applovin.mediation:vungle-adapter:7.7.4.0' // Assets/MaxSdk/Mediation/Vungle/Editor/Dependencies.xml:4
implementation 'com.applovin:applovin-sdk:13.6.3' // Assets/MaxSdk/AppLovin/Editor/Dependencies.xml:4
implementation 'com.appsflyer:af-android-sdk:6.17.6' // Assets/KRSMgn_MxJJ9SpPJGSDK/ThirdParty/AppsFlyer/Editor/AppsFlyerDependencies.xml:5
implementation 'com.appsflyer:purchase-connector:2.2.0' // Assets/KRSMgn_MxJJ9SpPJGSDK/ThirdParty/AppsFlyer/Editor/AppsFlyerDependencies.xml:8
implementation 'com.appsflyer:unity-wrapper:6.17.91' // Assets/KRSMgn_MxJJ9SpPJGSDK/ThirdParty/AppsFlyer/Editor/AppsFlyerDependencies.xml:6
implementation 'com.bigossp:bigo-ads:5.3.0' // Assets/KRSMgn_MxJJ9SpPJGSDK/ThirdParty/BigoAdsAll/BigoSDK/Editor/Dependencies.xml:11
implementation 'com.google.android.gms:play-services-ads:24.5.0' // Assets/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml:7
implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1' // Assets/H1PQxZETMtqhSoMBSDK/ThirdParty/KwaiAds/Editor/Dependencies.xml:9
implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1' // Assets/KRSMgn_MxJJ9SpPJGSDK/ThirdParty/KwaiAds/Editor/Dependencies.xml:9
// implementation 'com.google.android.gms:play-services-base:16.1.0' // Assets/MaxSdk/Mediation/Chartboost/Editor/Dependencies.xml:9
implementation 'com.google.android.gms:play-services-base:18.6.0' // Assets/Firebase/Editor/AppDependencies.xml:17
implementation 'com.google.android.material:material:1.2.1' // Assets/H1PQxZETMtqhSoMBSDK/ThirdParty/KwaiAds/Editor/Dependencies.xml:6
implementation 'com.google.android.material:material:1.2.1' // Assets/KRSMgn_MxJJ9SpPJGSDK/ThirdParty/KwaiAds/Editor/Dependencies.xml:6
implementation 'com.google.android.ump:user-messaging-platform:3.2.0' // Assets/GoogleMobileAds/Editor/GoogleUmpDependencies.xml:7
implementation 'com.google.firebase:firebase-analytics:22.4.0' // Assets/Firebase/Editor/MessagingDependencies.xml:15
implementation 'com.google.firebase:firebase-analytics-unity:12.8.0' // Assets/Firebase/Editor/AnalyticsDependencies.xml:18
@@ -67,7 +67,7 @@ dependencies {
implementation 'com.google.firebase:firebase-messaging-unity:12.8.0' // Assets/Firebase/Editor/MessagingDependencies.xml:24
implementation 'com.google.flatbuffers:flatbuffers-java:1.12.0' // Assets/Firebase/Editor/MessagingDependencies.xml:19
implementation 'com.squareup.picasso:picasso:2.71828' // Assets/MaxSdk/Mediation/InMobi/Editor/Dependencies.xml:5
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10' // Assets/H1PQxZETMtqhSoMBSDK/ThirdParty/KwaiAds/Editor/Dependencies.xml:8
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10' // Assets/KRSMgn_MxJJ9SpPJGSDK/ThirdParty/KwaiAds/Editor/Dependencies.xml:8
// Android Resolver Dependencies End
**DEPS**}
View File
+1 -1
View File
@@ -25,7 +25,7 @@ dependencyResolutionManagement {
url "https://maven.aliyun.com/repository/google" // Assets/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml:7, Assets/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml:12, Assets/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml:17, Assets/GoogleMobileAds/Editor/GoogleUmpDependencies.xml:7
}
maven {
url "https://repo1.maven.org/maven2/" // Assets/H1PQxZETMtqhSoMBSDK/ThirdParty/BigoAdsAll/BigoSDK/Editor/Dependencies.xml:11
url "https://repo1.maven.org/maven2/" // Assets/KRSMgn_MxJJ9SpPJGSDK/ThirdParty/BigoAdsAll/BigoSDK/Editor/Dependencies.xml:11
}
maven {
url "https://artifactory.bidmachine.io/bidmachine" // Assets/MaxSdk/Mediation/BidMachine/Editor/Dependencies.xml:8
View File