version bump to 2.6.4 + changelog

This commit is contained in:
Daniel Gultsch 2020-01-20 21:37:03 +01:00
parent 843d7fe12d
commit 4189ed7419
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog
### Version 2.6.4
* Support automatic theme switching on Android 10
### Version 2.6.3
* Support for ?register and ?register;preauth XMPP uri parameters

View file

@ -90,8 +90,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 360
versionName "2.6.3"
versionCode 362
versionName "2.6.4"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId