Tgo1014
01/13/2023, 1:52 PMrelease
it still have the .staging
suffix, anyone have some idea why?
buildTypes {
debug {
productFlavors.all { flavor ->
switch (flavor.name) {
case "gms":
applicationIdSuffix ".staging"
break
case "gmsBundle":
applicationIdSuffix ".staging"
break
case "hms":
applicationIdSuffix ".staging.hw"
break
}
}
}
Sam
01/13/2023, 1:53 PMTgo1014
01/13/2023, 1:55 PMVampire
01/13/2023, 2:00 PM