version bump to 1.17.0 + changelog
This commit is contained in:
parent
9c588ae9eb
commit
0b11d0f7f2
|
@ -5,6 +5,7 @@
|
||||||
* Blocking a JID closes the corresponding conversation
|
* Blocking a JID closes the corresponding conversation
|
||||||
* Show message sender in conversation overview
|
* Show message sender in conversation overview
|
||||||
* Show unread counter for every conversation
|
* Show unread counter for every conversation
|
||||||
|
* Send typing notifications in private, non-anonymous MUCs
|
||||||
* Support for the latest MAM namespace
|
* Support for the latest MAM namespace
|
||||||
* Icons for attach menu
|
* Icons for attach menu
|
||||||
|
|
||||||
|
|
|
@ -56,8 +56,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 201
|
versionCode 202
|
||||||
versionName "1.17.0-beta.2"
|
versionName "1.17.0"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue