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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"