mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-29 00:14:12 +01:00
change back app name to "monocles chat"
This commit is contained in:
parent
ee1c318028
commit
cefbac5695
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ android {
|
|||
buildConfigField("String", "UPDATE_URL", '"https://monocles.de/chat/update/"')
|
||||
resValue "string", "applicationId", applicationId
|
||||
signingConfig signingConfigs.'monocles chat'
|
||||
def appName = "chat"
|
||||
def appName = "monocles chat"
|
||||
resValue "string", "app_name", appName
|
||||
buildConfigField "String", "APP_NAME", "\"$appName\"";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue