Skip to content

Commit

Permalink
Merge pull request #293 from hyeeyoung/dev
Browse files Browse the repository at this point in the history
[mod] release로 빌드 시 프로가드 적용
  • Loading branch information
youngjinc authored Apr 7, 2022
2 parents 8a3a7d8 + b6866c0 commit 0de0f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {

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

0 comments on commit 0de0f45

Please sign in to comment.