Browse Source

version bump to 1.12.0-beta + changelog (untagged/unreleased)

master
Daniel Gultsch 6 years ago
parent
commit
5cee46cda5
  1. 4
      CHANGELOG.md
  2. 4
      build.gradle

4
CHANGELOG.md

@ -1,5 +1,9 @@ @@ -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

4
build.gradle

@ -59,8 +59,8 @@ android { @@ -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…
Cancel
Save