Update build
This commit is contained in:
parent
d567d8dc95
commit
345d02e061
1 changed files with 2 additions and 0 deletions
|
@ -142,11 +142,13 @@ android {
|
|||
buildTypes {
|
||||
debug {
|
||||
// proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-project.txt'
|
||||
minifyEnabled true
|
||||
proguardFiles 'proguard-project.txt'
|
||||
signingConfig signingConfigs.development
|
||||
}
|
||||
release {
|
||||
// proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-project.txt'
|
||||
minifyEnabled true
|
||||
proguardFiles 'proguard-project.txt'
|
||||
signingConfig signingConfigs.publishing
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue