We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6845f68 commit c2418faCopy full SHA for c2418fa
app/build.gradle
@@ -44,7 +44,7 @@ android {
44
manifestPlaceholders = [app_name: "@string/app_name_debug"]
45
}
46
release {
47
- minifyEnabled false
+ minifyEnabled true
48
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
49
resValue "string", "NAVER_CLIENT_ID", localProperties['NAVER_CLIENT_ID']
50
manifestPlaceholders = [app_name: "@string/app_name"]
0 commit comments