version bump to 1.17.1 + changelog
This commit is contained in:
parent
e5f08a5eae
commit
0db5928031
|
@ -1,5 +1,9 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.17.1
|
||||||
|
* Switch Aztec to QR for faster scans
|
||||||
|
* Fixed unread counter for image messages
|
||||||
|
|
||||||
####Version 1.17.0
|
####Version 1.17.0
|
||||||
* Do not notify for messages from strangers by default
|
* Do not notify for messages from strangers by default
|
||||||
* Blocking a JID closes the corresponding conversation
|
* Blocking a JID closes the corresponding conversation
|
||||||
|
|
|
@ -56,8 +56,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 202
|
versionCode 205
|
||||||
versionName "1.17.0"
|
versionName "1.17.1"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue