diff --git a/android/app/build.gradle b/android/app/build.gradle index e02bd4ff0..a1aa286c8 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -4,6 +4,7 @@ android { ndkVersion "$ndk_version" defaultConfig { applicationId 'net.minetest.minetest' + applicationIdSuffix 'test' minSdkVersion 21 compileSdk 34 targetSdkVersion 35 @@ -40,13 +41,13 @@ android { } // for multiple APKs - splits { - abi { - enable true - reset() - include 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64' + defaultConfig { + externalNativeBuild { + cmake { + abiFilters 'armeabi-v7a', 'arm64-v8a' } } + } compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 2e900ec53..3f749ae40 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -10,7 +10,7 @@ @@ -52,7 +52,7 @@