fix: android build

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-06-08 20:59:58 +08:00
parent 4b3953e0d2
commit 066629d7e0
4 changed files with 21 additions and 6 deletions

View File

@@ -85,13 +85,11 @@ android {
}
debug {
applicationIdSuffix '.debug'
resValue "string", "app_name", "SrvBxD"
// No applicationIdSuffix or resValue here
}
profile {
applicationIdSuffix '.debug'
resValue "string", "app_name", "SrvBxP"
// No applicationIdSuffix or resValue here
}
}
}