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 --- CHANGELOG.md | 1 + build.gradle | 13 +++---------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bb136288..1d4598ffe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -144,6 +144,7 @@ * Icons for attach menu * send typing notifications in private, non-anonymous MUCs * change media directory names +* keep OTR, but without further development and support, just for compatibility * bug fixes #### Version 1.16.5 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