Correct default build config
This commit is contained in:
parent
1f02f2b813
commit
9c1d1fb22c
1 changed files with 6 additions and 3 deletions
|
@ -148,10 +148,13 @@ android {
|
|||
minSdkVersion 23
|
||||
targetSdkVersion 34
|
||||
versionCode 177
|
||||
applicationId "eu.siacs.conversations"
|
||||
def appName = "Conversations"
|
||||
versionName "2.0"
|
||||
applicationId "de.monocles.chat"
|
||||
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\""
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue