mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Increment version
Change-Id: Ic498505da7a12b71dc084eed0127dcdd4d2240b3
This commit is contained in:
parent
0ead0a4750
commit
4cf3ff606e
2 changed files with 6 additions and 5 deletions
1
fastlane/metadata/android/en-US/changelogs/40101280.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/40101280.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Update codebase to Element v1.6.16
|
|
@ -39,7 +39,7 @@ ext.versionMinor = 6
|
||||||
// is the value for the next regular release.
|
// is the value for the next regular release.
|
||||||
ext.versionPatch = 16
|
ext.versionPatch = 16
|
||||||
|
|
||||||
ext.scVersion = 77
|
ext.scVersion = 78
|
||||||
|
|
||||||
static def getGitTimestamp() {
|
static def getGitTimestamp() {
|
||||||
def cmd = 'git show -s --format=%ct'
|
def cmd = 'git show -s --format=%ct'
|
||||||
|
@ -154,8 +154,8 @@ android {
|
||||||
renderscriptTargetApi 24
|
renderscriptTargetApi 24
|
||||||
renderscriptSupportModeEnabled true
|
renderscriptSupportModeEnabled true
|
||||||
|
|
||||||
versionCode 40101270
|
versionCode 40101280
|
||||||
versionName "1.6.12.sc77"
|
versionName "1.6.16.sc78"
|
||||||
|
|
||||||
// Generate a random app task affinity
|
// Generate a random app task affinity
|
||||||
manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"]
|
manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"]
|
||||||
|
@ -317,14 +317,14 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dimension "store"
|
dimension "store"
|
||||||
versionName "1.6.12.sc77"
|
versionName "1.6.16.sc78"
|
||||||
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.6.12.sc77"
|
versionName "1.6.16.sc78"
|
||||||
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 a new issue