Increment version
Change-Id: If86e5ffde47c4df4b9ff7441a3bd0e7bc84d8d84
This commit is contained in:
parent
eef8f1595d
commit
a08fc8fbb0
1
fastlane/metadata/android/en-US/changelogs/40101350.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/40101350.txt
Normal file
@ -0,0 +1 @@
|
||||
Update codebase to Element v1.6.30
|
@ -39,7 +39,7 @@ ext.versionMinor = 6
|
||||
// is the value for the next regular release.
|
||||
ext.versionPatch = 30
|
||||
|
||||
ext.scVersion = 84
|
||||
ext.scVersion = 85
|
||||
|
||||
static def getGitTimestamp() {
|
||||
def cmd = 'git show -s --format=%ct'
|
||||
@ -154,8 +154,8 @@ android {
|
||||
renderscriptTargetApi 24
|
||||
renderscriptSupportModeEnabled true
|
||||
|
||||
versionCode 40101340
|
||||
versionName "1.6.26.sc84"
|
||||
versionCode 40101350
|
||||
versionName "1.6.30.sc85"
|
||||
|
||||
// Generate a random app task affinity
|
||||
manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"]
|
||||
@ -317,14 +317,14 @@ android {
|
||||
}
|
||||
|
||||
dimension "store"
|
||||
versionName "1.6.26.sc84"
|
||||
versionName "1.6.30.sc85"
|
||||
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"G\""
|
||||
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"GooglePlay\""
|
||||
}
|
||||
|
||||
fdroid {
|
||||
dimension "store"
|
||||
versionName "1.6.26.sc84"
|
||||
versionName "1.6.30.sc85"
|
||||
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"F\""
|
||||
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"FDroid\""
|
||||
isDefault = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user