version bump to 1.12.5 + changelog
This commit is contained in:
parent
d89d7ade84
commit
107ab85a22
|
@ -1,5 +1,11 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.12.5
|
||||||
|
* new create conference dialog
|
||||||
|
* show first unread message on top
|
||||||
|
* show geo uri as links
|
||||||
|
* circumvent long message DOS
|
||||||
|
|
||||||
####Version 1.12.4
|
####Version 1.12.4
|
||||||
* show offline members in conference (needs server support)
|
* show offline members in conference (needs server support)
|
||||||
* various bug fixes
|
* various bug fixes
|
||||||
|
|
|
@ -54,8 +54,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 145
|
versionCode 146
|
||||||
versionName "1.12.4"
|
versionName "1.12.5"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue