Increment version

Change-Id: I0e3ba74ecbaf84d5e96411d85ab0627d2abbc9e2
This commit is contained in:
SpiritCroc 2023-10-13 09:17:22 +02:00
parent 203b531d3d
commit 3a7b2e8d1d
2 changed files with 8 additions and 7 deletions

View File

@ -0,0 +1 @@
Update codebase to Element v1.6.6

View File

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