citron-emu/src/android
Zephyron 28350f7af8
android: optimize build settings and remove x86_64 support
- Enable resource shrinking for release builds
- Disable JNI debugging in release builds
- Switch to optimized proguard configuration file
- Remove x86_64 ABI support
- Fix syntax error in dependencies block
- Update build optimization flags:
  * Enable shrinkResources
  * Use proguard-android-optimize.txt
  * Disable JNI debugging for release builds

These changes improve the release build optimization and reduce
APK size by removing x86_64 support and enabling additional
resource optimization features. The build configuration is also
cleaned up by fixing a syntax error and using more aggressive
optimization settings.
2025-02-08 19:33:53 +10:00
..
app android: optimize build settings and remove x86_64 support 2025-02-08 19:33:53 +10:00
gradle/wrapper Android: Update build system and dependencies 2025-01-13 15:17:39 +10:00
.gitignore Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
build.gradle.kts Android: Update build configuration for Android 15 2025-02-01 11:44:39 +10:00
gradle.properties Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
gradlew Android: Update build system and dependencies 2025-01-13 15:17:39 +10:00
gradlew.bat Android: Update build system and dependencies 2025-01-13 15:17:39 +10:00
settings.gradle.kts Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00