mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Increment version
Change-Id: I2dfe6a609bafd26c34f782dc8e81c7e7fb96553e
This commit is contained in:
parent
429f69b98f
commit
8ab5a544b9
2 changed files with 6 additions and 5 deletions
1
fastlane/metadata/android/en-US/changelogs/40101290.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/40101290.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Update codebase to Element v1.6.18
|
|
@ -39,7 +39,7 @@ ext.versionMinor = 6
|
|||
// is the value for the next regular release.
|
||||
ext.versionPatch = 18
|
||||
|
||||
ext.scVersion = 78
|
||||
ext.scVersion = 79
|
||||
|
||||
static def getGitTimestamp() {
|
||||
def cmd = 'git show -s --format=%ct'
|
||||
|
@ -154,8 +154,8 @@ android {
|
|||
renderscriptTargetApi 24
|
||||
renderscriptSupportModeEnabled true
|
||||
|
||||
versionCode 40101280
|
||||
versionName "1.6.16.sc78"
|
||||
versionCode 40101290
|
||||
versionName "1.6.18.sc79"
|
||||
|
||||
// Generate a random app task affinity
|
||||
manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"]
|
||||
|
@ -317,14 +317,14 @@ android {
|
|||
}
|
||||
|
||||
dimension "store"
|
||||
versionName "1.6.16.sc78"
|
||||
versionName "1.6.18.sc79"
|
||||
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"G\""
|
||||
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"GooglePlay\""
|
||||
}
|
||||
|
||||
fdroid {
|
||||
dimension "store"
|
||||
versionName "1.6.16.sc78"
|
||||
versionName "1.6.18.sc79"
|
||||
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"F\""
|
||||
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"FDroid\""
|
||||
isDefault = true
|
||||
|
|
Loading…
Reference in a new issue