version bump to 1.15.5 + changelog
This commit is contained in:
parent
5faa05ca19
commit
0f870223c4
|
@ -1,5 +1,9 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.15.5
|
||||||
|
* show nick as bold text when mentioned in conference
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
####Version 1.15.4
|
####Version 1.15.4
|
||||||
* bug fixes
|
* bug fixes
|
||||||
|
|
||||||
|
|
|
@ -55,8 +55,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 192
|
versionCode 193
|
||||||
versionName "1.15.4"
|
versionName "1.15.5"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue