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 c8ad4c2 commit af7bc74Copy full SHA for af7bc74
examples/alan_simple_app/android/app/build.gradle
@@ -51,6 +51,8 @@ android {
51
// TODO: Add your own signing config for the release build.
52
// Signing with the debug keys for now, so `flutter run --release` works.
53
signingConfig signingConfigs.debug
54
+ shrinkResources false
55
+ minifyEnabled false
56
}
57
58
0 commit comments