Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2017-03-20 13:15:23 +0300
committerDaniel Gultsch <daniel@gultsch.de>2017-03-20 13:15:23 +0300
commit0db592803108f06ce073cb2fe670ff5bb485823e (patch)
treed82829272562e16677531086e1f06bb7e72ecd1a
parente5f08a5eae8b7fd2f4bf7fa1cd6279b0e08696b4 (diff)
version bump to 1.17.1 + changelog1.17.1
-rw-r--r--CHANGELOG.md4
-rw-r--r--build.gradle4
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1e371e283..24211bddc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
###Changelog
+####Version 1.17.1
+* Switch Aztec to QR for faster scans
+* Fixed unread counter for image messages
+
####Version 1.17.0
* Do not notify for messages from strangers by default
* Blocking a JID closes the corresponding conversation
diff --git a/build.gradle b/build.gradle
index 853e91493..d5f2d35e4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -56,8 +56,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
- versionCode 202
- versionName "1.17.0"
+ versionCode 205
+ versionName "1.17.1"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}