Tgo1014
release
.staging
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
Vampire
A modern programming language that makes developers happier.