replace launch_name for alpha

This commit is contained in:
wwqgtxx
2024-09-12 14:38:49 +08:00
parent 0e1f3f5823
commit e966e52b77
8 changed files with 10 additions and 15 deletions

View File

@@ -81,6 +81,9 @@ subprojects {
buildConfigField("boolean", "PREMIUM", "Boolean.parseBoolean(\"false\")")
resValue("string", "launch_name", "@string/launch_name_alpha")
resValue("string", "application_name", "@string/application_name_alpha")
if (isApp) {
applicationIdSuffix = ".alpha"
}
@@ -93,6 +96,9 @@ subprojects {
buildConfigField("boolean", "PREMIUM", "Boolean.parseBoolean(\"false\")")
resValue("string", "launch_name", "@string/launch_name_meta")
resValue("string", "application_name", "@string/application_name_meta")
if (isApp) {
applicationIdSuffix = ".meta"
}