aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2020-01-26 20:19:57 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2020-01-26 20:19:57 +0100
commitcc5e65879d88518c2e032ae68a9793f58d9eb251 (patch)
tree1001ea24e4b94b41c90389e3cfc0c684f52a14d2 /build.gradle
parent2f27378f1635fad2501b30e4080100418a00e193 (diff)
correct appid which was accidently commited
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index af369ce42..83729b11f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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 {