Skip to content

Commit c2418fa

Browse files
committed
feat: 배포 버전에 Proguard 적용 (#13)
1 parent 6845f68 commit c2418fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ android {
4444
manifestPlaceholders = [app_name: "@string/app_name_debug"]
4545
}
4646
release {
47-
minifyEnabled false
47+
minifyEnabled true
4848
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
4949
resValue "string", "NAVER_CLIENT_ID", localProperties['NAVER_CLIENT_ID']
5050
manifestPlaceholders = [app_name: "@string/app_name"]

0 commit comments

Comments
 (0)