mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-27 09:31:20 +01:00
Increment version
Change-Id: I935cd9a965c94fed0542a1bcfc5248dcb5557aa8
This commit is contained in:
parent
cf395cc41f
commit
38bfec6044
1
fastlane/metadata/android/en-US/changelogs/40101340.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/40101340.txt
Normal file
@ -0,0 +1 @@
|
||||
Update codebase to Element v1.6.26
|
@ -39,7 +39,7 @@ ext.versionMinor = 6
|
||||
// is the value for the next regular release.
|
||||
ext.versionPatch = 26
|
||||
|
||||
ext.scVersion = 83
|
||||
ext.scVersion = 84
|
||||
|
||||
static def getGitTimestamp() {
|
||||
def cmd = 'git show -s --format=%ct'
|
||||
@ -154,8 +154,8 @@ android {
|
||||
renderscriptTargetApi 24
|
||||
renderscriptSupportModeEnabled true
|
||||
|
||||
versionCode 40101330
|
||||
versionName "1.6.24.sc83"
|
||||
versionCode 40101340
|
||||
versionName "1.6.26.sc84"
|
||||
|
||||
// Generate a random app task affinity
|
||||
manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"]
|
||||
@ -317,14 +317,14 @@ android {
|
||||
}
|
||||
|
||||
dimension "store"
|
||||
versionName "1.6.24.sc83"
|
||||
versionName "1.6.26.sc84"
|
||||
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"G\""
|
||||
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"GooglePlay\""
|
||||
}
|
||||
|
||||
fdroid {
|
||||
dimension "store"
|
||||
versionName "1.6.24.sc83"
|
||||
versionName "1.6.26.sc84"
|
||||
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"F\""
|
||||
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"FDroid\""
|
||||
isDefault = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user