Skip to content

Commit

Permalink
Fix: removing "useProguard true" flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dreking authored Aug 23, 2022
1 parent c56ec8e commit 92f47ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,8 @@ buildTypes {
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig signingConfigs.debug
// Add below 3 lines for proguard
// Add below 2 lines for proguard
minifyEnabled true
useProguard true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
Expand Down

0 comments on commit 92f47ad

Please sign in to comment.