version bump to 1.12.0-beta + changelog (untagged/unreleased)
This commit is contained in:
parent
014643b9c4
commit
5cee46cda5
|
@ -1,5 +1,9 @@
|
|||
# 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
|
||||
* fixed connection loop on Android <4.4
|
||||
|
||||
|
|
|
@ -59,8 +59,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 25
|
||||
versionCode 228
|
||||
versionName "1.19.5"
|
||||
versionCode 229
|
||||
versionName "1.20.0-beta"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue