version bump to 2.6.3 + changelog
This commit is contained in:
parent
91ca25d89c
commit
e0c034c2c9
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.6.3
|
||||||
|
|
||||||
|
* Support for ?register and ?register;preauth XMPP uri parameters
|
||||||
|
|
||||||
### Version 2.6.2
|
### Version 2.6.2
|
||||||
* let users set their own nick name
|
* let users set their own nick name
|
||||||
* resume download of OMEMO encrypted files
|
* resume download of OMEMO encrypted files
|
||||||
|
|
|
@ -90,8 +90,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 359
|
versionCode 360
|
||||||
versionName "2.6.3-alpha.6"
|
versionName "2.6.3"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
Loading…
Reference in New Issue