summaryrefslogtreecommitdiff
path: root/src/android/app
diff options
context:
space:
mode:
authorZephyron <zephyron@citron-emu.org>2025-04-22 16:58:55 +1000
committerMike Lothian <mike@fireburn.co.uk>2025-05-12 12:46:19 +0100
commitff8ce59f90dbfe1264501ec557ad575c65086011 (patch)
tree6f9d6e50c57f3633a15e42ee9a65f883d2e4fbea /src/android/app
parent0bf9615693f56027a52e4fe1379e96183b6ea9ee (diff)
android: Update build configuration and package identifiers
Updates the Android build configuration with several important changes: - Change application ID from com.antutu.ABenchMark to org.citron.citron_emu - Upgrade CMake version from 3.31.6 to 4.0.1 - Update Android Gradle plugin from 8.9.0 to 8.9.2 - Add CMAKE_POLICY_VERSION_MINIMUM=3.5 to CMake arguments - Keep Kotlin version at 1.9.20 These changes align the Android package identifier with the Citron project and update build tool versions to ensure compatibility with modern Android development requirements. Signed-off-by: Zephyron <zephyron@citron-emu.org>
Diffstat (limited to 'src/android/app')
-rw-r--r--src/android/app/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts
index 23f905abb..0d716c8e3 100644
--- a/src/android/app/build.gradle.kts
+++ b/src/android/app/build.gradle.kts
@@ -105,6 +105,7 @@ android {
}
resValue("string", "app_name_suffixed", "yuzu")
+ isDefault = true
isMinifyEnabled = true
isShrinkResources = true
isJniDebuggable = false