diff --git a/build.gradle b/build.gradle
index 2e702088c..d224df012 100644
--- a/build.gradle
+++ b/build.gradle
@@ -114,16 +114,16 @@ android {
archivesBaseName += "-$versionName"
archivesBaseName += "$versionNameSuffix" // activate for beta versions
- applicationId "de.monocles.chat"
+ applicationId "de.monocles.chat.beta"
multiDexEnabled true
- buildConfigField("String", "LOGTAG", '"monocles chat"')
+ buildConfigField("String", "LOGTAG", '"monocles chat beta"')
buildConfigField("String", "DOMAIN_LOCK", 'null')
buildConfigField("boolean", "SHOW_INTRO", 'true')
buildConfigField("String", "UPDATE_URL", '"https://monocles.eu/chat/update/"')
resValue "string", "applicationId", applicationId
- resValue "string", "app_name", "monocles chat"
- resValue "string", "short_app_name", "chat"
+ resValue "string", "app_name", "monocles chat beta"
+ resValue "string", "short_app_name", "chat beta"
}
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index f70b592fa..7b24a42b7 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -500,6 +500,22 @@
android:summary="@string/pref_enable_multi_accounts_summary"
android:title="@string/pref_enable_multi_accounts_title" />
+
+
+
+
+
+