Make playDebug the default variant

This commit is contained in:
Andrew
2023-09-21 20:52:57 +09:30
committed by GitHub
parent 2093cbc5e4
commit 698b853716

View File

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