Skip to content

Commit

Permalink
启用release构建优化
Browse files Browse the repository at this point in the history
  • Loading branch information
sbmatch committed Aug 4, 2024
1 parent 6defce6 commit d10735d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {

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

0 comments on commit d10735d

Please sign in to comment.