version bump to 1.12.0-beta + changelog (untagged/unreleased)
This commit is contained in:
parent
014643b9c4
commit
5cee46cda5
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 1.20.0
|
||||||
|
* presence subscription no longer required for OMEMO on compatible servers
|
||||||
|
* display emoji-only messages slightly larger
|
||||||
|
|
||||||
### Version 1.19.5
|
### Version 1.19.5
|
||||||
* fixed connection loop on Android <4.4
|
* fixed connection loop on Android <4.4
|
||||||
|
|
||||||
|
|
|
@ -59,8 +59,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 228
|
versionCode 229
|
||||||
versionName "1.19.5"
|
versionName "1.20.0-beta"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue