aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-05-30 21:39:05 +0200
committerChristian Schneppe <christian@pix-art.de>2016-05-30 21:39:05 +0200
commit76a3c3e5f88e1b6e54c842ab795547a83eefff93 (patch)
tree419f6040776a355242cf2d14fe8852e53085cdc1 /build.gradle
parentc9360cb850d8d7bdde78d713649c5db5f36310e8 (diff)
changed applicationId to match name
Diffstat (limited to '')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index be1b072e3..a417cd69f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -73,9 +73,9 @@ android {
minSdkVersion 14
targetSdkVersion 23
versionCode 146
- versionName "1.12.5"
+ versionName "1.12.6"
archivesBaseName += "-$versionName"
- applicationId "eu.siacs.conversations"
+ applicationId "de.pixart.messenger"
// Enabling multidex support.
multiDexEnabled true