From df7b28a3348f52c71a3df8c226416cf28509d7ce Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Thu, 12 Apr 2018 22:02:11 +0200 Subject: update build.gradle and CHANGELOG.md for upcoming 2.0.0 --- build.gradle | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 160e67943..255a48e53 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ configurations { } ext { - supportLibVersion = '27.1.0' + supportLibVersion = '27.1.1' } dependencies { @@ -87,8 +87,8 @@ android { minSdkVersion 16 targetSdkVersion 25 - versionCode 224 - versionName "2.0.0 beta (2018-04-11)" + versionCode 225 + versionName "2.0.0 beta (2018-04-12)" archivesBaseName += "-$versionName" applicationId "de.pixart.messenger" @@ -120,13 +120,6 @@ android { productFlavors { standardPush standard - 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" - } } if (project.hasProperty('mStoreFile') && project.hasProperty('mStorePassword') && -- cgit v1.2.3