Increment version
Change-Id: Ieeae5d0355183e5fadd8a0303514d8af9d7301a5
This commit is contained in:
parent
0320bf2d05
commit
d329f08162
|
@ -0,0 +1,5 @@
|
|||
- Update codebase to Element v1.1.3
|
||||
- Remove time location setting, always use bottom location when possible
|
||||
- Jump to recent messages button: accent color background
|
||||
- Fix sometimes overlapping message timestamp with URL preview text
|
||||
- SC dark themes: less bright list separators in some places
|
|
@ -16,7 +16,7 @@ ext.versionMajor = 1
|
|||
ext.versionMinor = 1
|
||||
ext.versionPatch = 3
|
||||
|
||||
ext.scVersion = 29
|
||||
ext.scVersion = 30
|
||||
|
||||
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 40100430
|
||||
versionCode 40100440
|
||||
|
||||
// Required for sonar analysis
|
||||
versionName "1.1.0.sc29"
|
||||
versionName "1.1.3.sc30"
|
||||
|
||||
buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\""
|
||||
resValue "string", "git_revision", "\"${gitRevision()}\""
|
||||
|
@ -244,7 +244,7 @@ android {
|
|||
dimension "store"
|
||||
isDefault = true
|
||||
|
||||
versionName "1.1.0.sc29"
|
||||
versionName "1.1.3.sc30"
|
||||
|
||||
resValue "bool", "isGplay", "true"
|
||||
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
|
||||
|
@ -255,7 +255,7 @@ android {
|
|||
fdroid {
|
||||
dimension "store"
|
||||
|
||||
versionName "1.1.0.sc29"
|
||||
versionName "1.1.3.sc30"
|
||||
|
||||
resValue "bool", "isGplay", "false"
|
||||
buildConfigField "boolean", "ALLOW_FCM_USE", "false"
|
||||
|
|
Loading…
Reference in New Issue