From dc9a87b7ea2af1f751e84e73f053fee38d5237ac Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Thu, 27 Sep 2018 21:08:32 +0200 Subject: update CHANGELOG --- CHANGELOG.md | 7 +++++++ build.gradle | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 816174296..108845c92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ #### Version 2.1.1 * make quick actions/attachment choice configurable * add a hideable separate quick button for voice messages +* switch between speaker/earpiece while playing audios/voice messages +* store bookmarks in PEP if server has ability to convert to old bookmarks +* show Jabber IDs from address book in Start Conversation screen +* preview and ask for confirmation before sending media files +* view per conversation media files in contact and conference details screens +* enable foreground service by default for Android 8 (notification can be disabled by long pressing it) +* UI improvements * bug fixes #### Version 2.1.0 diff --git a/build.gradle b/build.gradle index ec296b161..24a06888d 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ configurations { } ext { - supportLibVersion = '27.1.1' + supportLibVersion = '28.0.0' } dependencies { @@ -89,10 +89,10 @@ android { defaultConfig { minSdkVersion 16 - targetSdkVersion 28 + targetSdkVersion 25 - versionCode 239 - versionName "2.1.1 beta (2018-08-28)" + versionCode 242 + versionName "2.1.1 beta (2018-09-27)" archivesBaseName += "-$versionName" applicationId "de.pixart.messenger" -- cgit v1.2.3