Skip to content

Commit af7bc74

Browse files
committed
Examples. Simple example. Set "minifyEnabled" to false
1 parent c8ad4c2 commit af7bc74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/alan_simple_app/android/app/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ android {
5151
// TODO: Add your own signing config for the release build.
5252
// Signing with the debug keys for now, so `flutter run --release` works.
5353
signingConfig signingConfigs.debug
54+
shrinkResources false
55+
minifyEnabled false
5456
}
5557
}
5658
}

0 commit comments

Comments
 (0)