Increment version
Change-Id: I9677db74deb15c841e318002f2781ea13b2d5dfa
This commit is contained in:
parent
49d91fb9e6
commit
1f7ff4aec7
|
@ -0,0 +1,5 @@
|
||||||
|
- Update codebase to Element v1.5.26
|
||||||
|
- Support webp rendering in the timeline
|
||||||
|
- Support image captions in the overview
|
||||||
|
- Fix bug rendering the wrong timeline after clicking a broken event link
|
||||||
|
- Fixes related to URL preview image rendering
|
|
@ -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 = 26
|
ext.versionPatch = 26
|
||||||
|
|
||||||
ext.scVersion = 63
|
ext.scVersion = 64
|
||||||
|
|
||||||
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 40101030
|
versionCode 40101040
|
||||||
versionName "1.5.25.sc63"
|
versionName "1.5.26.sc64"
|
||||||
|
|
||||||
// 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.25.sc63"
|
versionName "1.5.26.sc64"
|
||||||
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.25.sc63"
|
versionName "1.5.26.sc64"
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue