This commit is contained in:
Horis
2025-04-11 15:04:43 +08:00
parent a9d6b91010
commit 1b33dd9dc2
4 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ android {
applicationIdSuffix '.release'
if (getApplicationIdSuffix() == '.releaseA') {
manifestPlaceholders.put("app_name", "@string/app_name_a")
}else {
} else {
manifestPlaceholders.put("app_name", "@string/app_name")
}