(release): prepare android build config and signing
All checks were successful
Deploy to Production / deploy (push) Successful in 7s

This commit is contained in:
2026-02-19 05:22:13 +01:00
parent 588a131d68
commit 4138c99e20
7 changed files with 38 additions and 8 deletions

View File

@@ -20,3 +20,13 @@ org.gradle.jvmargs=-Xmx1536m
# Android operating system, and which are packaged with your app's APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
android.defaults.buildfeatures.resvalues=true
android.sdk.defaultTargetSdkToCompileSdkIfUnset=false
android.enableAppCompileTimeRClass=false
android.usesSdkInManifest.disallowed=false
android.uniquePackageNames=false
android.dependency.useConstraints=true
android.r8.strictFullModeForKeepRules=false
android.r8.optimizedResourceShrinking=false
android.builtInKotlin=false
android.newDsl=false