Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-03-07 13:43:08 +08:00
parent a88429d6d7
commit fefb5c837b
2 changed files with 24 additions and 4 deletions

View File

@@ -54,6 +54,14 @@ android {
signingConfig = config ?: signingConfigs["debug"]
}
release {
if (project.hasProperty("dev")) {
applicationIdSuffix = ".dev"
resValue(
type = "string",
name = "app_name",
value = "PiliPlus dev",
)
}
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"