Increment version
Change-Id: I1c958f87747b78f856a7a6ad502a4ebc75f4af05
This commit is contained in:
parent
cc2d95f0dd
commit
7bdc4c30ec
2
fastlane/metadata/android/en-US/changelogs/40100270.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/40100270.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
- Add Russian translation
|
||||||
|
- Update codebase to Element 1.0.7
|
@ -19,7 +19,7 @@ ext.versionMajor = 1
|
|||||||
ext.versionMinor = 0
|
ext.versionMinor = 0
|
||||||
ext.versionPatch = 7
|
ext.versionPatch = 7
|
||||||
|
|
||||||
ext.scVersion = 19
|
ext.scVersion = 20
|
||||||
|
|
||||||
static def getGitTimestamp() {
|
static def getGitTimestamp() {
|
||||||
def cmd = 'git show -s --format=%ct'
|
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.
|
// `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.
|
// Other branches (master, features, etc.) will have version code based on application version.
|
||||||
versionCode 40100250
|
versionCode 40100270
|
||||||
|
|
||||||
// Required for sonar analysis
|
// Required for sonar analysis
|
||||||
versionName "1.0.6.sc.19"
|
versionName "1.0.7.sc.20"
|
||||||
|
|
||||||
buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\""
|
buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\""
|
||||||
resValue "string", "git_revision", "\"${gitRevision()}\""
|
resValue "string", "git_revision", "\"${gitRevision()}\""
|
||||||
@ -224,7 +224,7 @@ android {
|
|||||||
gplay {
|
gplay {
|
||||||
dimension "store"
|
dimension "store"
|
||||||
|
|
||||||
versionName "1.0.6.sc.19"
|
versionName "1.0.7.sc.20"
|
||||||
|
|
||||||
resValue "bool", "isGplay", "true"
|
resValue "bool", "isGplay", "true"
|
||||||
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
|
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
|
||||||
@ -235,7 +235,7 @@ android {
|
|||||||
fdroid {
|
fdroid {
|
||||||
dimension "store"
|
dimension "store"
|
||||||
|
|
||||||
versionName "1.0.6.sc.19"
|
versionName "1.0.7.sc.20"
|
||||||
|
|
||||||
resValue "bool", "isGplay", "false"
|
resValue "bool", "isGplay", "false"
|
||||||
buildConfigField "boolean", "ALLOW_FCM_USE", "false"
|
buildConfigField "boolean", "ALLOW_FCM_USE", "false"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user