|
|
@ -122,6 +122,7 @@ android {
|
|
|
|
minifyEnabled false
|
|
|
|
minifyEnabled false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
debug {
|
|
|
|
debug {
|
|
|
|
|
|
|
|
isDefault true
|
|
|
|
minifyEnabled false
|
|
|
|
minifyEnabled false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -129,6 +130,7 @@ android {
|
|
|
|
flavorDimensions "distribution"
|
|
|
|
flavorDimensions "distribution"
|
|
|
|
productFlavors {
|
|
|
|
productFlavors {
|
|
|
|
play {
|
|
|
|
play {
|
|
|
|
|
|
|
|
isDefault true
|
|
|
|
dimension "distribution"
|
|
|
|
dimension "distribution"
|
|
|
|
apply plugin: 'com.google.gms.google-services'
|
|
|
|
apply plugin: 'com.google.gms.google-services'
|
|
|
|
ext.websiteUpdateUrl = "null"
|
|
|
|
ext.websiteUpdateUrl = "null"
|
|
|
|