Increment version

Change-Id: I7292196817666e2f6a0b8b980f5da9d55fe7f64a
This commit is contained in:
SpiritCroc 2023-05-17 10:33:49 +02:00
parent 1b8cef9678
commit 9bfec0818a
2 changed files with 10 additions and 5 deletions

View file

@ -0,0 +1,5 @@
- Render MSC2530 captions in notifications
- Labs setting to clear highlighted message on scroll
- Adjust fallback height for sent custom emotes to match MSC2545
- Fix possible crash from emoji-autocompletion
- Fix crash when rendering live location on Android < 7

View file

@ -39,7 +39,7 @@ ext.versionMinor = 5
// is the value for the next regular release. // is the value for the next regular release.
ext.versionPatch = 32 ext.versionPatch = 32
ext.scVersion = 67 ext.scVersion = 68
static def getGitTimestamp() { static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct' def cmd = 'git show -s --format=%ct'
@ -135,8 +135,8 @@ android {
renderscriptTargetApi 24 renderscriptTargetApi 24
renderscriptSupportModeEnabled true renderscriptSupportModeEnabled true
versionCode 40101070 versionCode 40101080
versionName "1.5.32.sc67" versionName "1.5.32.sc68"
// Generate a random app task affinity // Generate a random app task affinity
manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"] manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"]
@ -299,14 +299,14 @@ android {
} }
dimension "store" dimension "store"
versionName "1.5.32.sc67" versionName "1.5.32.sc68"
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"G\"" buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"G\""
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"GooglePlay\"" buildConfigField "String", "FLAVOR_DESCRIPTION", "\"GooglePlay\""
} }
fdroid { fdroid {
dimension "store" dimension "store"
versionName "1.5.32.sc67" versionName "1.5.32.sc68"
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"F\"" buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"F\""
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"FDroid\"" buildConfigField "String", "FLAVOR_DESCRIPTION", "\"FDroid\""
isDefault = true isDefault = true