version bump to 1.17.1 + changelog

This commit is contained in:
Daniel Gultsch 2017-03-20 11:15:23 +01:00
parent e5f08a5eae
commit 0db5928031
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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"
}