Enable minify in config
This commit is contained in:
parent
703dd97d85
commit
9ca91a6b2d
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
signingConfigs {
|
||||
}
|
||||
compileSdkVersion 23
|
||||
buildToolsVersion '23.0.1'
|
||||
defaultConfig {
|
||||
|
@ -13,7 +15,7 @@ android {
|
|||
}
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
minifyEnabled true
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue