Increment version

Change-Id: Ica574ddd60dd46b0dfaf2c422dcd144f438c5d71
This commit is contained in:
SpiritCroc 2023-08-05 17:04:55 +02:00
parent 89cc0d583c
commit e448cce8d9
2 changed files with 10 additions and 7 deletions

View file

@ -0,0 +1,3 @@
- Update codebase to Element v1.6.5
- Add warning about proprietary scalar integration manager above the setting
- Fix some crashes and rendering issues

View file

@ -39,7 +39,7 @@ ext.versionMinor = 6
// is the value for the next regular release.
ext.versionPatch = 5
ext.scVersion = 69
ext.scVersion = 70
static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct'
@ -156,8 +156,8 @@ android {
renderscriptTargetApi 24
renderscriptSupportModeEnabled true
versionCode 4010110
versionName "1.6.3.sc69"
versionCode 4010120
versionName "1.6.5.sc70"
// Generate a random app task affinity
manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"]
@ -317,14 +317,14 @@ android {
}
dimension "store"
versionName "1.6.3.sc69"
versionName "1.6.5.sc70"
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"G\""
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"GooglePlay\""
}
fdroid {
dimension "store"
versionName "1.6.3.sc69"
versionName "1.6.5.sc70"
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"F\""
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"FDroid\""
isDefault = true
@ -332,7 +332,7 @@ android {
kotlinCrypto {
dimension "crypto"
// versionName "1.6.3.sc69"
// versionName "1.6.5.sc70"
buildConfigField "String", "CRYPTO_FLAVOR_DESCRIPTION", "\"olm-crypto\""
// buildConfigField "String", "FLAVOR_DESCRIPTION", "\"KotlinCrypto\""
}
@ -343,7 +343,7 @@ android {
// versionNameSuffix "-R"
// resValue "string", "app_name", "ER"
// // versionName "1.6.3.sc69"
// // versionName "1.6.5.sc70"
buildConfigField "String", "CRYPTO_FLAVOR_DESCRIPTION", "\"rust-crypto\""
// buildConfigField "String", "FLAVOR_DESCRIPTION", "\"RustCrypto\""
}