From 925a621955ecd7ce84308b1247da33dab1feea9c Mon Sep 17 00:00:00 2001 From: theSoberSobber Date: Sun, 30 Nov 2025 11:51:17 +0530 Subject: [PATCH] remove minification for testing --- android/app/build.gradle.kts | 4 ---- android/app/src/main/AndroidManifest.xml | 4 +--- 2 files changed, 1 insertion(+), 7 deletions(-) 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}">