mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-05 21:43:40 +01:00
Increment version
Change-Id: Id0f9498606265ff48842ca210358ee1541b18c38
This commit is contained in:
parent
863f07cbe4
commit
5853709c97
2
fastlane/metadata/android/en-US/changelogs/40100330.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/40100330.txt
Normal file
@ -0,0 +1,2 @@
|
||||
- Update codebase to Element 1.0.9
|
||||
- Fix changing inactive theme setting
|
@ -19,7 +19,7 @@ ext.versionMajor = 1
|
||||
ext.versionMinor = 0
|
||||
ext.versionPatch = 9
|
||||
|
||||
ext.scVersion = 23
|
||||
ext.scVersion = 24
|
||||
|
||||
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 (master, features, etc.) will have version code based on application version.
|
||||
versionCode 40100310
|
||||
versionCode 40100330
|
||||
|
||||
// Required for sonar analysis
|
||||
versionName "1.0.8.sc.23"
|
||||
versionName "1.0.9.sc.24"
|
||||
|
||||
buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\""
|
||||
resValue "string", "git_revision", "\"${gitRevision()}\""
|
||||
@ -237,7 +237,7 @@ android {
|
||||
gplay {
|
||||
dimension "store"
|
||||
|
||||
versionName "1.0.8.sc.23"
|
||||
versionName "1.0.9.sc.24"
|
||||
|
||||
resValue "bool", "isGplay", "true"
|
||||
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
|
||||
@ -248,7 +248,7 @@ android {
|
||||
fdroid {
|
||||
dimension "store"
|
||||
|
||||
versionName "1.0.8.sc.23"
|
||||
versionName "1.0.9.sc.24"
|
||||
|
||||
resValue "bool", "isGplay", "false"
|
||||
buildConfigField "boolean", "ALLOW_FCM_USE", "false"
|
||||
|
Loading…
x
Reference in New Issue
Block a user