1
0
Fork 1

version bump to 1.16.1 + changelog

This commit is contained in:
Daniel Gultsch 2017-02-10 14:26:40 +01:00
parent 3a9d81b0df
commit 06408b51f8
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
###Changelog
####Version 1.16.1
* UI performance fixes
* bug fixes
####Version 1.16.0
* configurable client side message retention period
* compress videos before sending them

View file

@ -56,8 +56,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 196
versionName "1.16.0"
versionCode 197
versionName "1.16.1"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}