Increment version
Change-Id: I0e71f58242dcba7cb534049ad8a2147699c00c75
This commit is contained in:
parent
41c6fe5cb4
commit
7e7110d8ca
|
@ -0,0 +1,4 @@
|
|||
- Update codebase to Element v1.5.32
|
||||
- Fix crash for protected access settings
|
||||
- Do not ellipsize message previews because of a single trailing newline
|
||||
- Fix long freeform reactions moving hiding sender and timestamp from reaction info
|
|
@ -39,7 +39,7 @@ ext.versionMinor = 5
|
|||
// is the value for the next regular release.
|
||||
ext.versionPatch = 32
|
||||
|
||||
ext.scVersion = 66
|
||||
ext.scVersion = 67
|
||||
|
||||
static def getGitTimestamp() {
|
||||
def cmd = 'git show -s --format=%ct'
|
||||
|
@ -135,8 +135,8 @@ android {
|
|||
renderscriptTargetApi 24
|
||||
renderscriptSupportModeEnabled true
|
||||
|
||||
versionCode 40101060
|
||||
versionName "1.5.30.sc66"
|
||||
versionCode 40101070
|
||||
versionName "1.5.32.sc67"
|
||||
|
||||
// Generate a random app task affinity
|
||||
manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"]
|
||||
|
@ -299,14 +299,14 @@ android {
|
|||
}
|
||||
|
||||
dimension "store"
|
||||
versionName "1.5.30.sc66"
|
||||
versionName "1.5.32.sc67"
|
||||
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"G\""
|
||||
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"GooglePlay\""
|
||||
}
|
||||
|
||||
fdroid {
|
||||
dimension "store"
|
||||
versionName "1.5.30.sc66"
|
||||
versionName "1.5.32.sc67"
|
||||
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"F\""
|
||||
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"FDroid\""
|
||||
isDefault = true
|
||||
|
|
Loading…
Reference in New Issue