1
0
Fork 1

Code clean up

This commit is contained in:
Arne 2024-10-12 13:34:11 +02:00
parent 38d6ee0ab7
commit ac2e1fe50a

View file

@ -188,7 +188,6 @@ android {
quicksy {
dimension "mode"
applicationId = "im.quicksy.client"
def appName = "Quicksy"
resValue "string", "app_name", appName
buildConfigField "String", "APP_NAME", "\"$appName\""
@ -202,13 +201,12 @@ android {
monocleschat {
dimension "mode"
applicationId = "de.monocles.chat"
versionCode 177
versionName "2.0"
def appName = "monocles chat"
resValue "string", "app_name", appName
buildConfigField "String", "APP_NAME", "\"$appName\"";
buildConfigField "String", "APP_NAME", "\"$appName\""
buildConfigField "String", "PRIVACY_POLICY", "\"https://monocles.eu/legal-privacy/#policies-section\""
}