Increment version
Change-Id: Ia33c739201d13d466f302fce991488d8d850bbfd
This commit is contained in:
parent
4d4d29f049
commit
99832243a6
|
@ -0,0 +1,4 @@
|
|||
- Update codebase to Element v1.1.9
|
||||
- Add community translations
|
||||
- Fix some GIFs reserving too much space in the timeline during playback
|
||||
- Minor fixes concerning suggested rooms in spaces
|
|
@ -16,7 +16,7 @@ ext.versionMajor = 1
|
|||
ext.versionMinor = 1
|
||||
ext.versionPatch = 9
|
||||
|
||||
ext.scVersion = 34
|
||||
ext.scVersion = 35
|
||||
|
||||
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 40100500
|
||||
versionCode 40100510
|
||||
|
||||
// Required for sonar analysis
|
||||
versionName "1.1.8.sc34"
|
||||
versionName "1.1.9.sc35"
|
||||
|
||||
buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\""
|
||||
resValue "string", "git_revision", "\"${gitRevision()}\""
|
||||
|
@ -249,7 +249,7 @@ android {
|
|||
dimension "store"
|
||||
isDefault = true
|
||||
|
||||
versionName "1.1.8.sc34"
|
||||
versionName "1.1.9.sc35"
|
||||
|
||||
resValue "bool", "isGplay", "true"
|
||||
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
|
||||
|
@ -260,7 +260,7 @@ android {
|
|||
fdroid {
|
||||
dimension "store"
|
||||
|
||||
versionName "1.1.8.sc34"
|
||||
versionName "1.1.9.sc35"
|
||||
|
||||
resValue "bool", "isGplay", "false"
|
||||
buildConfigField "boolean", "ALLOW_FCM_USE", "false"
|
||||
|
|
Loading…
Reference in New Issue