version bump to 2.9.12 + changelog
This commit is contained in:
parent
c5e90199c3
commit
a40b82b85b
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.9.12
|
||||||
|
|
||||||
|
* Always verify domain name. No user overwrite
|
||||||
|
* Support roster pre authentication
|
||||||
|
|
||||||
### Version 2.9.11
|
### Version 2.9.11
|
||||||
|
|
||||||
* Fixed 'No Connectivity' issues on Android 7.1
|
* Fixed 'No Connectivity' issues on Android 7.1
|
||||||
|
|
|
@ -93,8 +93,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 42013
|
versionCode 42014
|
||||||
versionName "2.9.11"
|
versionName "2.9.12"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
* Always verify domain name. No user overwrite
|
||||||
|
* Support roster pre authentication
|
Loading…
Reference in New Issue