Skip to content

Commit

Permalink
feat: Shrink / minify the app
Browse files Browse the repository at this point in the history
Closes: #432
  • Loading branch information
ghusta committed Dec 14, 2024
1 parent c2ddcef commit 2f8b759
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 @@ -32,7 +32,8 @@ android {

buildTypes {
release {
minifyEnabled false
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
Expand Down

0 comments on commit 2f8b759

Please sign in to comment.