mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-23 01:45:52 +03:00
Increment version
Change-Id: I68a3f7a7806795a2f5ae7a1b582bb6d9e572872b
This commit is contained in:
parent
46924ea842
commit
96aa885819
2 changed files with 6 additions and 5 deletions
1
fastlane/metadata/android/en-US/changelogs/40100300.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/40100300.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Don't crash on empty message
|
|
@ -19,7 +19,7 @@ ext.versionMajor = 1
|
|||
ext.versionMinor = 0
|
||||
ext.versionPatch = 8
|
||||
|
||||
ext.scVersion = 21
|
||||
ext.scVersion = 22
|
||||
|
||||
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 40100290
|
||||
versionCode 40100300
|
||||
|
||||
// Required for sonar analysis
|
||||
versionName "1.0.8.sc.21"
|
||||
versionName "1.0.8.sc.22"
|
||||
|
||||
buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\""
|
||||
resValue "string", "git_revision", "\"${gitRevision()}\""
|
||||
|
@ -224,7 +224,7 @@ android {
|
|||
gplay {
|
||||
dimension "store"
|
||||
|
||||
versionName "1.0.8.sc.21"
|
||||
versionName "1.0.8.sc.22"
|
||||
|
||||
resValue "bool", "isGplay", "true"
|
||||
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
|
||||
|
@ -235,7 +235,7 @@ android {
|
|||
fdroid {
|
||||
dimension "store"
|
||||
|
||||
versionName "1.0.8.sc.21"
|
||||
versionName "1.0.8.sc.22"
|
||||
|
||||
resValue "bool", "isGplay", "false"
|
||||
buildConfigField "boolean", "ALLOW_FCM_USE", "false"
|
||||
|
|
Loading…
Reference in a new issue