Skip to content

Commit

Permalink
chore: enable proguard for release mode (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Jun 3, 2024
1 parent 9ee8443 commit b1d3852
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ android {

buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
shrinkResources true
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig signingConfigs.debug
Expand Down

0 comments on commit b1d3852

Please sign in to comment.