Increment version
Change-Id: I7292196817666e2f6a0b8b980f5da9d55fe7f64a
This commit is contained in:
parent
1b8cef9678
commit
9bfec0818a
|
@ -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
|
|
@ -39,7 +39,7 @@ ext.versionMinor = 5
|
|||
// is the value for the next regular release.
|
||||
ext.versionPatch = 32
|
||||
|
||||
ext.scVersion = 67
|
||||
ext.scVersion = 68
|
||||
|
||||
static def getGitTimestamp() {
|
||||
def cmd = 'git show -s --format=%ct'
|
||||
|
@ -135,8 +135,8 @@ android {
|
|||
renderscriptTargetApi 24
|
||||
renderscriptSupportModeEnabled true
|
||||
|
||||
versionCode 40101070
|
||||
versionName "1.5.32.sc67"
|
||||
versionCode 40101080
|
||||
versionName "1.5.32.sc68"
|
||||
|
||||
// Generate a random app task affinity
|
||||
manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"]
|
||||
|
@ -299,14 +299,14 @@ android {
|
|||
}
|
||||
|
||||
dimension "store"
|
||||
versionName "1.5.32.sc67"
|
||||
versionName "1.5.32.sc68"
|
||||
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"G\""
|
||||
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"GooglePlay\""
|
||||
}
|
||||
|
||||
fdroid {
|
||||
dimension "store"
|
||||
versionName "1.5.32.sc67"
|
||||
versionName "1.5.32.sc68"
|
||||
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"F\""
|
||||
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"FDroid\""
|
||||
isDefault = true
|
||||
|
|
Loading…
Reference in New Issue