aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2019-11-03 19:05:31 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2019-11-03 19:05:31 +0100
commit94b1f705c5f603ec80f6a482a5c9574d14041d07 (patch)
tree2d4d36bd9f917e4d270c10941bf2a3b6410ae7ea /build.gradle
parentd54b87097109c990a67e48a98c926c437c0053a0 (diff)
change apk names
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle10
1 files changed, 3 insertions, 7 deletions
diff --git a/build.gradle b/build.gradle
index c276290a5..506daa3c8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -113,6 +113,7 @@ android {
archivesBaseName += "-$versionName"
applicationId "de.pixart.messenger"
multiDexEnabled true
+
buildConfigField("String", "LOGTAG", '"Pix-Art_Messenger"')
buildConfigField("String", "DOMAIN_LOCK", 'null')
buildConfigField("String", "MAGIC_CREATE_DOMAIN", '"blabber.im"')
@@ -120,7 +121,6 @@ android {
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"
}
dataBinding {
@@ -150,10 +150,6 @@ android {
applicationId = 'de.schulchat.messenger'
resConfigs "en"
- versionCode = 1
- versionName = '1.0.0'
-
- archivesBaseName += "-$versionName"
resValue "string", "applicationId", applicationId
resValue "string", "app_name", "Schulchat Messenger"
@@ -164,11 +160,11 @@ android {
}
playstore {
dimension "distribution"
- versionNameSuffix "+_playstore"
+ versionNameSuffix "-playstore"
}
git {
dimension "distribution"
- versionNameSuffix "+_git"
+ versionNameSuffix "-git"
}
}
if (project.hasProperty('mStoreFile') &&