forked from mirror/monocles_chat
Code clean up
This commit is contained in:
parent
3c5f5cef05
commit
84b184ae4b
1 changed files with 1 additions and 3 deletions
|
@ -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\""
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue