version bump to 1.16.0 + changelog
This commit is contained in:
parent
6569f20737
commit
7317f5015a
|
@ -1,5 +1,9 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.16.0
|
||||||
|
* configurable client side message retention period
|
||||||
|
* compress videos before sending them
|
||||||
|
|
||||||
####Version 1.15.5
|
####Version 1.15.5
|
||||||
* show nick as bold text when mentioned in conference
|
* show nick as bold text when mentioned in conference
|
||||||
* bug fixes
|
* bug fixes
|
||||||
|
|
|
@ -56,8 +56,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 193
|
versionCode 196
|
||||||
versionName "1.15.5"
|
versionName "1.16.0"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue