diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts index fcb830129..1b369f763 100644 --- a/src/android/app/build.gradle.kts +++ b/src/android/app/build.gradle.kts @@ -125,7 +125,6 @@ android { applicationIdSuffix = ".debug" versionNameSuffix = "-debug" signingConfig = signingConfigs.getByName("debug") - isMinifyEnabled = true isShrinkResources = true isDebuggable = true isJniDebuggable = true