aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--build.gradle6
1 files changed, 4 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 228008271..d36a6a1bb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -92,7 +92,8 @@ android {
applicationId "de.pixart.messenger"
multiDexEnabled 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"
dimension "distribution"
}
@@ -120,7 +121,8 @@ android {
open {
buildConfigField("String", "UPDATE_URL", '"https://xmpp.pix-art.de/Pix-Art_Messenger/update/open/"')
applicationId "de.pixart.openmessenger"
-
+ resValue "string", "applicationId", applicationId
+ resValue "string", "app_name", "Pix-Art Messenger"
dimension "distribution"
}
}