From 76a3c3e5f88e1b6e54c842ab795547a83eefff93 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Mon, 30 May 2016 21:39:05 +0200 Subject: changed applicationId to match name --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.gradle') 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 -- cgit v1.2.3