diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 72a70ec..3185700 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -61,10 +61,6 @@ android { buildTypes { release { - // Disable code shrinking and obfuscation to prevent Play Store optimization issues - isMinifyEnabled = false - isShrinkResources = false - // Use release keystore if available, otherwise fall back to debug val keystorePropertiesFile = rootProject.file("keystore.properties") println("🔍 Looking for keystore.properties at: ${keystorePropertiesFile.absolutePath}") diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index baaf12d..53b0f0a 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -4,9 +4,7 @@ + android:name="${applicationName}">