mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Increment version
Change-Id: I2bc1e70cf0eaec2180b569e608f724d3ef145c26
This commit is contained in:
parent
bee145f951
commit
bf78ec8964
2 changed files with 7 additions and 5 deletions
2
fastlane/metadata/android/en-US/changelogs/40100940.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/40100940.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
- Update codebase to Element v1.5.0
|
||||
- Apply v1.5.1 security patch
|
|
@ -38,7 +38,7 @@ ext.versionMinor = 5
|
|||
// is the value for the next regular release.
|
||||
ext.versionPatch = 1
|
||||
|
||||
ext.scVersion = 59
|
||||
ext.scVersion = 60
|
||||
|
||||
static def getGitTimestamp() {
|
||||
def cmd = 'git show -s --format=%ct'
|
||||
|
@ -142,8 +142,8 @@ android {
|
|||
renderscriptTargetApi 24
|
||||
renderscriptSupportModeEnabled true
|
||||
|
||||
versionCode 40100930
|
||||
versionName "1.4.36.sc59"
|
||||
versionCode 40100940
|
||||
versionName "1.5.1.sc60"
|
||||
|
||||
// Generate a random app task affinity
|
||||
manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"]
|
||||
|
@ -308,14 +308,14 @@ android {
|
|||
|
||||
dimension "store"
|
||||
isDefault = true
|
||||
versionName "1.4.36.sc59"
|
||||
versionName "1.5.1.sc60"
|
||||
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"G\""
|
||||
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"GooglePlay\""
|
||||
}
|
||||
|
||||
fdroid {
|
||||
dimension "store"
|
||||
versionName "1.4.36.sc59"
|
||||
versionName "1.5.1.sc60"
|
||||
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"F\""
|
||||
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"FDroid\""
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue