Skip to content

Commit

Permalink
Disable minify on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 authored Jun 2, 2024
1 parent ad2b57b commit e48f8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ android {
// so `flutter run --release` works.
signingConfig keystorePropertiesFile.exists() ? signingConfigs.release : signingConfigs.debug
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
minifyEnabled true
minifyEnabled false
shrinkResources true
}
debug {
Expand Down

0 comments on commit e48f8ef

Please sign in to comment.