Skip to content

Commit

Permalink
Minify release build
Browse files Browse the repository at this point in the history
  • Loading branch information
karasevm committed Jan 13, 2023
1 parent a7d2e74 commit 76cde0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ android {
}
buildTypes {
release {
minifyEnabled false
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
Expand Down

0 comments on commit 76cde0d

Please sign in to comment.