diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 40d7201..9432b7d 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -35,6 +35,8 @@ android { // TODO: Add your own signing config for the release build. // Signing with the debug keys for now, so `flutter run --release` works. signingConfig = signingConfigs.getByName("debug") + isShrinkResources = false + // isMinifyEnabled = false // avoid app getting stuck in splash screen } } }