Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
Change-Id: I0e3ba74ecbaf84d5e96411d85ab0627d2abbc9e2
  • Loading branch information
SpiritCroc committed Oct 13, 2023
1 parent 203b531 commit 3a7b2e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/40101230.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update codebase to Element v1.6.6
14 changes: 7 additions & 7 deletions vector-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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()}"]
Expand Down Expand Up @@ -319,22 +319,22 @@ 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
}

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\""
}
Expand All @@ -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\""
}
Expand Down

0 comments on commit 3a7b2e8

Please sign in to comment.