correct appid which was accidently commited

This commit is contained in:
Christian Schneppe 2020-01-26 20:19:57 +01:00
parent 2f27378f16
commit cc5e65879d
No known key found for this signature in database
GPG key ID: F30B8D686B44D87E

View file

@ -110,7 +110,7 @@ android {
//resConfigs "en"
archivesBaseName += "-$versionName"
applicationId "de.pixart.messenger.test"
applicationId "de.pixart.messenger"
multiDexEnabled true
buildConfigField("String", "LOGTAG", '"Pix-Art_Messenger"')
@ -119,7 +119,7 @@ android {
buildConfigField("boolean", "SHOW_INTRO", 'true')
buildConfigField("String", "UPDATE_URL", '"https://xmpp.pix-art.de/Pix-Art_Messenger/update/"')
resValue "string", "applicationId", applicationId
resValue "string", "app_name", "Pix-Art Messenger Test"
resValue "string", "app_name", "Pix-Art Messenger"
}
dataBinding {