version bump to 1.16.1 + changelog
This commit is contained in:
parent
edb3f57242
commit
5e367cb115
|
@ -1,5 +1,9 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.16.1
|
||||||
|
* UI performance fixes
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
####Version 1.16.0
|
####Version 1.16.0
|
||||||
* configurable client side message retention period
|
* configurable client side message retention period
|
||||||
* compress videos before sending them
|
* compress videos before sending them
|
||||||
|
|
|
@ -56,8 +56,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 196
|
versionCode 197
|
||||||
versionName "1.16.0"
|
versionName "1.16.1"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue