Skip to content

Commit

Permalink
Merge branch 'hotfix/v1.0.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
master-lzh committed Oct 25, 2024
2 parents 23063d6 + 7fe8669 commit ec9f9fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ android {

buildTypes {
release {
isMinifyEnabled = false
isShrinkResources = false
isMinifyEnabled = true
isShrinkResources = true
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
Expand Down

0 comments on commit ec9f9fa

Please sign in to comment.