Skip to content

Commit

Permalink
Apk size reduced
Browse files Browse the repository at this point in the history
  • Loading branch information
deliciafernandes committed Nov 27, 2020
1 parent 9ec2ed5 commit c79c75c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ android {
}

defaultConfig {
resConfigs "en"

// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.checklst"
minSdkVersion 23
Expand All @@ -51,6 +53,8 @@ android {
// 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

shrinkResources true
}
}
}
Expand Down

0 comments on commit c79c75c

Please sign in to comment.