Correct default build config

This commit is contained in:
Arne 2024-10-18 12:07:51 +02:00
parent 1f02f2b813
commit 9c1d1fb22c

View file

@ -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"
}