Increment version
Change-Id: I2efbc0ab5c6f82ec1b5d0f1c1ac7332cb95c97e2
This commit is contained in:
parent
2a188a4f43
commit
eabcab9bbe
1
fastlane/metadata/android/en-US/changelogs/40101380.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/40101380.txt
Normal file
@ -0,0 +1 @@
|
||||
Update codebase to Element v1.6.44
|
||||
@ -39,7 +39,7 @@ ext.versionMinor = 6
|
||||
// is the value for the next regular release.
|
||||
ext.versionPatch = 44
|
||||
|
||||
ext.scVersion = 87
|
||||
ext.scVersion = 88
|
||||
|
||||
static def getGitTimestamp() {
|
||||
def cmd = 'git show -s --format=%ct'
|
||||
@ -154,8 +154,8 @@ android {
|
||||
renderscriptTargetApi 24
|
||||
renderscriptSupportModeEnabled true
|
||||
|
||||
versionCode 40101370
|
||||
versionName "1.6.42.sc87"
|
||||
versionCode 40101380
|
||||
versionName "1.6.44.sc88"
|
||||
|
||||
// Generate a random app task affinity
|
||||
manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"]
|
||||
@ -317,14 +317,14 @@ android {
|
||||
}
|
||||
|
||||
dimension "store"
|
||||
versionName "1.6.42.sc87"
|
||||
versionName "1.6.44.sc88"
|
||||
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"G\""
|
||||
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"GooglePlay\""
|
||||
}
|
||||
|
||||
fdroid {
|
||||
dimension "store"
|
||||
versionName "1.6.42.sc87"
|
||||
versionName "1.6.44.sc88"
|
||||
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"F\""
|
||||
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"FDroid\""
|
||||
isDefault = true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user