diff --git a/android/app/build.gradle b/android/app/build.gradle index f0dc01b..93e54a4 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -57,6 +57,8 @@ android { release { // TODO: Add your own signing config for the release build. // Signing with the debug keys for now, so `flutter run --release` works. + shrinkResources false + minifyEnabled false signingConfig signingConfigs.debug } }