bump version code for release
This commit is contained in:
parent
d889c02a0a
commit
33e73a2b47
|
@ -91,8 +91,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 408
|
versionCode 42000
|
||||||
versionName "2.9.7-beta"
|
versionName "2.9.7"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
@ -276,8 +276,6 @@ android {
|
||||||
def baseAbiVersionCode = project.ext.abiCodes.get(output.getFilter(OutputFile.ABI))
|
def baseAbiVersionCode = project.ext.abiCodes.get(output.getFilter(OutputFile.ABI))
|
||||||
if (baseAbiVersionCode != null) {
|
if (baseAbiVersionCode != null) {
|
||||||
output.versionCodeOverride = (100 * variant.versionCode) + baseAbiVersionCode
|
output.versionCodeOverride = (100 * variant.versionCode) + baseAbiVersionCode
|
||||||
} else {
|
|
||||||
output.versionCodeOverride = (100 * variant.versionCode)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
* Ability to select incoming call ringtone
|
||||||
|
* Fix OpenPGP key id discovery for OpenKeychain 5.6+
|
||||||
|
* Properly verify punycode TLS certificates
|
||||||
|
* Improve stability of RTP session establishment (calling)
|
Loading…
Reference in New Issue