Channel/Android/hyyngame2/baseProjectTemplate.gradle
@@ -3,11 +3,11 @@ // 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 '8.1.0' apply false id 'com.android.library' version '8.1.0' apply false id 'com.android.application' version '7.1.2' apply false id 'com.android.library' version '7.1.2' apply false //id 'com.android.tools.build' version "7.3.0" apply false id "com.google.gms.google-services" version "4.4.2" apply false id 'com.google.firebase.crashlytics' version '3.0.2' apply false id "com.google.gms.google-services" version "4.3.10" apply false id 'com.google.firebase.crashlytics' version '2.8.1' apply false **BUILD_SCRIPT_DEPS** } Channel/Android/hyyngame2/debug/libs/library-debug-hyyngame.aarBinary files differ
Channel/Android/hyyngame2/launcherTemplate.gradle
@@ -7,13 +7,12 @@ android { ndkPath "**NDKPATH**" compileSdk 34 buildToolsVersion = '34.0.0' namespace = "com.secondworld.sdk" compileSdkVersion 34 buildToolsVersion '34.0.0' compileOptions { sourceCompatibility JavaVersion.VERSION_17 targetCompatibility JavaVersion.VERSION_17 sourceCompatibility JavaVersion.VERSION_11 targetCompatibility JavaVersion.VERSION_11 } packagingOptions {exclude 'META-INF/rxjava.properties'} Channel/Android/hyyngame2/mainTemplate.gradle
@@ -14,8 +14,8 @@ implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1' //firebase implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-crashlytics' implementation platform('com.google.firebase:firebase-bom:33.1.1') { implementation 'com.google.firebase:firebase-crashlytics:19.0.3' implementation platform('com.google.firebase:firebase-bom:31.2.2') { exclude group: 'com.android.support', module: 'support-compat' } //base theme @@ -37,9 +37,8 @@ android { ndkPath "**NDKPATH**" compileSdk 34 buildToolsVersion = '34.0.0' namespace = "com.secondworld.sdk" compileSdkVersion 34 buildToolsVersion '34.0.0' compileOptions { sourceCompatibility JavaVersion.VERSION_11 Channel/Android/hyyngame2/release/libs/library-release-hyyngame.aarBinary files differ