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 '7.1.2' apply false id 'com.android.library' version '7.1.2' apply false id 'com.android.application' version '8.1.0' apply false id 'com.android.library' version '8.1.0' apply false //id 'com.android.tools.build' version "7.3.0" 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 id "com.google.gms.google-services" version "4.4.2" apply false id 'com.google.firebase.crashlytics' version '3.0.2' apply false **BUILD_SCRIPT_DEPS** } Channel/Android/hyyngame2/debug/libs/library-debug-hyyngame.aarBinary files differ
Channel/Android/hyyngame2/launcherTemplate.gradle
@@ -7,18 +7,19 @@ android { ndkPath "**NDKPATH**" compileSdkVersion **APIVERSION** buildToolsVersion '34.0.0' compileSdk 34 buildToolsVersion = '34.0.0' namespace = "com.secondworld.sdk" compileOptions { sourceCompatibility JavaVersion.VERSION_11 targetCompatibility JavaVersion.VERSION_11 sourceCompatibility JavaVersion.VERSION_17 targetCompatibility JavaVersion.VERSION_17 } packagingOptions {exclude 'META-INF/rxjava.properties'} defaultConfig { minSdkVersion **MINSDKVERSION** targetSdkVersion **TARGETSDKVERSION** minSdkVersion 24 targetSdkVersion 34 applicationId '**APPLICATIONID**' ndk { abiFilters **ABIFILTERS** Channel/Android/hyyngame2/mainTemplate.gradle
@@ -14,7 +14,8 @@ 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') { implementation 'com.google.firebase:firebase-crashlytics' implementation platform('com.google.firebase:firebase-bom:33.1.1') { exclude group: 'com.android.support', module: 'support-compat' } //base theme @@ -36,8 +37,9 @@ android { ndkPath "**NDKPATH**" compileSdkVersion **APIVERSION** buildToolsVersion '34.0.0' compileSdk 34 buildToolsVersion = '34.0.0' namespace = "com.secondworld.sdk" compileOptions { sourceCompatibility JavaVersion.VERSION_11 @@ -46,8 +48,8 @@ packagingOptions {exclude 'META-INF/rxjava.properties'} defaultConfig { minSdkVersion **MINSDKVERSION** targetSdkVersion **TARGETSDKVERSION** minSdkVersion 24 targetSdkVersion 34 ndk { abiFilters **ABIFILTERS** } Channel/Android/hyyngame2/release/libs/library-release-hyyngame.aarBinary files differ
Channel/Android/hyyngame2/release/libs/vndjgp_v.aarBinary files differ