We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf64bc commit 5052bebCopy full SHA for 5052beb
android/app/build.gradle
@@ -50,6 +50,8 @@ android {
50
// TODO: Add your own signing config for the release build.
51
// Signing with the debug keys for now, so `flutter run --release` works.
52
signingConfig signingConfigs.debug
53
+ shrinkResources false
54
+ minifyEnabled false
55
}
56
57
0 commit comments