Increment version
Change-Id: I01f0938a9b54bd0b8f00e6200389765aee68e306
This commit is contained in:
parent
060193a9c0
commit
dc42d7e8d7
|
@ -0,0 +1,6 @@
|
|||
- Update codebase to Element v1.3.12
|
||||
- Change rendering of notices to also allow formating and to match desktop
|
||||
- Fix some space filter for favorites
|
||||
- Add back "default" notification option
|
||||
- Hide (broken) e2e decoration for dual-side bubble layout
|
||||
- Minor sync improvements
|
|
@ -17,7 +17,7 @@ ext.versionMajor = 1
|
|||
ext.versionMinor = 3
|
||||
ext.versionPatch = 12
|
||||
|
||||
ext.scVersion = 47
|
||||
ext.scVersion = 48
|
||||
|
||||
static def getGitTimestamp() {
|
||||
def cmd = 'git show -s --format=%ct'
|
||||
|
@ -125,10 +125,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 40100720
|
||||
versionCode 40100750
|
||||
|
||||
// Required for sonar analysis
|
||||
versionName "1.3.8.sc47"
|
||||
versionName "1.3.12.sc48"
|
||||
|
||||
buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\""
|
||||
resValue "string", "git_revision", "\"${gitRevision()}\""
|
||||
|
@ -261,7 +261,7 @@ android {
|
|||
dimension "store"
|
||||
isDefault = true
|
||||
|
||||
versionName "1.3.8.sc47"
|
||||
versionName "1.3.12.sc48"
|
||||
|
||||
resValue "bool", "isGplay", "true"
|
||||
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
|
||||
|
@ -273,7 +273,7 @@ android {
|
|||
fdroid {
|
||||
dimension "store"
|
||||
|
||||
versionName "1.3.8.sc47"
|
||||
versionName "1.3.12.sc48"
|
||||
|
||||
resValue "bool", "isGplay", "false"
|
||||
buildConfigField "boolean", "ALLOW_FCM_USE", "false"
|
||||
|
|
Loading…
Reference in New Issue