Skip to content

Commit 925ae04

Browse files
fix: remove minifyEnabled and shrinkResources from release build configuration
- Update release build configuration in build.gradle - Remove minifyEnabled and shrinkResources settings from release build configuration
1 parent 2b33948 commit 925ae04

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

example/android/app/build.gradle

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

0 commit comments

Comments
 (0)