mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 17:35:54 +03:00
Increment version
Change-Id: I04751368e916d37162f752abd25243400dc6575d
This commit is contained in:
parent
abccf99f55
commit
f8b9d3571c
2 changed files with 8 additions and 5 deletions
3
fastlane/metadata/android/en-US/changelogs/40100580.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/40100580.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
- Update codebase to Element v1.1.14
|
||||
- Theme improvements for messages with markdown
|
||||
- Setting to choose the accent color for SC themes
|
|
@ -16,7 +16,7 @@ ext.versionMajor = 1
|
|||
ext.versionMinor = 1
|
||||
ext.versionPatch = 14
|
||||
|
||||
ext.scVersion = 37
|
||||
ext.scVersion = 38
|
||||
|
||||
static def getGitTimestamp() {
|
||||
def cmd = 'git show -s --format=%ct'
|
||||
|
@ -122,10 +122,10 @@ android {
|
|||
|
||||
// `develop` branch will have version code from timestamp, to ensure each build from CI has a incremented versionCode.
|
||||
// Other branches (main, features, etc.) will have version code based on application version.
|
||||
versionCode 40100560
|
||||
versionCode 40100580
|
||||
|
||||
// Required for sonar analysis
|
||||
versionName "1.1.12.sc37"
|
||||
versionName "1.1.14.sc38"
|
||||
|
||||
buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\""
|
||||
resValue "string", "git_revision", "\"${gitRevision()}\""
|
||||
|
@ -258,7 +258,7 @@ android {
|
|||
dimension "store"
|
||||
isDefault = true
|
||||
|
||||
versionName "1.1.12.sc37"
|
||||
versionName "1.1.14.sc38"
|
||||
|
||||
resValue "bool", "isGplay", "true"
|
||||
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
|
||||
|
@ -269,7 +269,7 @@ android {
|
|||
fdroid {
|
||||
dimension "store"
|
||||
|
||||
versionName "1.1.12.sc37"
|
||||
versionName "1.1.14.sc38"
|
||||
|
||||
resValue "bool", "isGplay", "false"
|
||||
buildConfigField "boolean", "ALLOW_FCM_USE", "false"
|
||||
|
|
Loading…
Reference in a new issue