version bump to 1.12.4 + changelog
This commit is contained in:
parent
a8420c9ad0
commit
33218ec32a
|
@ -1,5 +1,9 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.12.4
|
||||||
|
* show offline members in conference (needs server support)
|
||||||
|
* various bug fixes
|
||||||
|
|
||||||
####Version 1.12.3
|
####Version 1.12.3
|
||||||
* make omemo default when all resources support it
|
* make omemo default when all resources support it
|
||||||
* show presence of other resources as template
|
* show presence of other resources as template
|
||||||
|
|
|
@ -54,8 +54,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 144
|
versionCode 145
|
||||||
versionName "1.12.3"
|
versionName "1.12.4"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue