mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +03:00
Increment version
Change-Id: I8bf35900b2ab99c1cacd7d360ce653918cea200b
This commit is contained in:
parent
cedf599a70
commit
ff08370cd7
2 changed files with 7 additions and 5 deletions
2
fastlane/metadata/android/en-US/changelogs/40100430.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/40100430.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
- Update codebase to Element v1.1.0
|
||||
- Don't hide attachment send button behind navbar in landscape orientation
|
|
@ -15,7 +15,7 @@ ext.versionMajor = 1
|
|||
ext.versionMinor = 1
|
||||
ext.versionPatch = 0
|
||||
|
||||
ext.scVersion = 28
|
||||
ext.scVersion = 29
|
||||
|
||||
static def getGitTimestamp() {
|
||||
def cmd = 'git show -s --format=%ct'
|
||||
|
@ -121,10 +121,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 40100420
|
||||
versionCode 40100430
|
||||
|
||||
// Required for sonar analysis
|
||||
versionName "1.0.17.sc28"
|
||||
versionName "1.1.0.sc29"
|
||||
|
||||
buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\""
|
||||
resValue "string", "git_revision", "\"${gitRevision()}\""
|
||||
|
@ -241,7 +241,7 @@ android {
|
|||
dimension "store"
|
||||
isDefault = true
|
||||
|
||||
versionName "1.0.17.sc28"
|
||||
versionName "1.1.0.sc29"
|
||||
|
||||
resValue "bool", "isGplay", "true"
|
||||
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
|
||||
|
@ -252,7 +252,7 @@ android {
|
|||
fdroid {
|
||||
dimension "store"
|
||||
|
||||
versionName "1.0.17.sc28"
|
||||
versionName "1.1.0.sc29"
|
||||
|
||||
resValue "bool", "isGplay", "false"
|
||||
buildConfigField "boolean", "ALLOW_FCM_USE", "false"
|
||||
|
|
Loading…
Reference in a new issue