version bump to 2.6.4 + changelog
This commit is contained in:
parent
843d7fe12d
commit
4189ed7419
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.6.4
|
||||||
|
|
||||||
|
* Support automatic theme switching on Android 10
|
||||||
|
|
||||||
### Version 2.6.3
|
### Version 2.6.3
|
||||||
|
|
||||||
* Support for ?register and ?register;preauth XMPP uri parameters
|
* Support for ?register and ?register;preauth XMPP uri parameters
|
||||||
|
|
|
@ -90,8 +90,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 360
|
versionCode 362
|
||||||
versionName "2.6.3"
|
versionName "2.6.4"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
Loading…
Reference in a new issue