Commit c50ef11b authored by Mygod's avatar Mygod

Clean up build.gradle

parent 79d2290d
...@@ -38,15 +38,11 @@ android { ...@@ -38,15 +38,11 @@ android {
vectorDrawables.useSupportLibrary true vectorDrawables.useSupportLibrary true
resConfigs "fa", "ja", "ko", "ru", "zh-rCN", "zh-rTW" resConfigs "fa", "ja", "ko", "ru", "zh-rCN", "zh-rTW"
} }
signingConfigs {
release
}
buildTypes { buildTypes {
release { release {
shrinkResources true shrinkResources true
minifyEnabled true minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
} }
} }
lintOptions { lintOptions {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment