version bump to 2.9.9 + changelog
This commit is contained in:
parent
08f27ddcf8
commit
f632c7bbc9
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.9.9
|
||||||
|
|
||||||
|
* Various bug fixes around Tor support
|
||||||
|
|
||||||
### Version 2.9.8
|
### Version 2.9.8
|
||||||
|
|
||||||
* Verify A/V calls with preexisting OMEMO sessions
|
* Verify A/V calls with preexisting OMEMO sessions
|
||||||
|
|
|
@ -93,8 +93,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 42008
|
versionCode 42010
|
||||||
versionName "2.9.9-beta"
|
versionName "2.9.9"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
* Various bug fixes around Tor support
|
Loading…
Reference in New Issue