version bump to 1.17.1 + changelog
This commit is contained in:
parent
e5f08a5eae
commit
0db5928031
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue