Increment version

Change-Id: I03d7c37b12b0f5e6af2a44dedf76c3aff154d716
This commit is contained in:
SpiritCroc 2021-06-02 16:51:11 +02:00
parent ce95c398df
commit bddc574766
2 changed files with 12 additions and 5 deletions

View File

@ -0,0 +1,7 @@
- Update codebase to Element v1.1.8
- Limit picture upscale factor
- Include upstream PRs for widget caching and Android 11 conversations
- Auto-play GIFs
- Re-enable swipe to reply by default
- Hide quote action in easy mode
- Bug fixes

View File

@ -16,7 +16,7 @@ ext.versionMajor = 1
ext.versionMinor = 1
ext.versionPatch = 8
ext.scVersion = 33
ext.scVersion = 34
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 40100480
versionCode 40100500
// Required for sonar analysis
versionName "1.1.7.sc33"
versionName "1.1.8.sc34"
buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\""
resValue "string", "git_revision", "\"${gitRevision()}\""
@ -249,7 +249,7 @@ android {
dimension "store"
isDefault = true
versionName "1.1.7.sc33"
versionName "1.1.8.sc34"
resValue "bool", "isGplay", "true"
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
@ -260,7 +260,7 @@ android {
fdroid {
dimension "store"
versionName "1.1.7.sc33"
versionName "1.1.8.sc34"
resValue "bool", "isGplay", "false"
buildConfigField "boolean", "ALLOW_FCM_USE", "false"