Increment version
Change-Id: I59493d232f89b6d61d442993b6a260c4d5e578b3
This commit is contained in:
parent
03e010a33d
commit
2eec10a0c9
6
fastlane/metadata/android/en-US/changelogs/40100680.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/40100680.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
- Update codebase to Element v1.3.1
|
||||||
|
- Support MSC2654 for server-reported unread counts
|
||||||
|
- Jump to the bottom of a chat when sending a message
|
||||||
|
- Use the voice message player also for audio messages
|
||||||
|
- Fix and improve FCM troubleshooting
|
||||||
|
- Improve visibility of the "jump to bottom" unread counter badge
|
@ -16,7 +16,7 @@ ext.versionMajor = 1
|
|||||||
ext.versionMinor = 3
|
ext.versionMinor = 3
|
||||||
ext.versionPatch = 1
|
ext.versionPatch = 1
|
||||||
|
|
||||||
ext.scVersion = 44
|
ext.scVersion = 45
|
||||||
|
|
||||||
static def getGitTimestamp() {
|
static def getGitTimestamp() {
|
||||||
def cmd = 'git show -s --format=%ct'
|
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.
|
// `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.
|
// Other branches (main, features, etc.) will have version code based on application version.
|
||||||
versionCode 40100660
|
versionCode 40100680
|
||||||
|
|
||||||
// Required for sonar analysis
|
// Required for sonar analysis
|
||||||
versionName "1.2.2.sc44"
|
versionName "1.3.1.sc45"
|
||||||
|
|
||||||
buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\""
|
buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\""
|
||||||
resValue "string", "git_revision", "\"${gitRevision()}\""
|
resValue "string", "git_revision", "\"${gitRevision()}\""
|
||||||
@ -269,7 +269,7 @@ android {
|
|||||||
dimension "store"
|
dimension "store"
|
||||||
isDefault = true
|
isDefault = true
|
||||||
|
|
||||||
versionName "1.2.2.sc44"
|
versionName "1.3.1.sc45"
|
||||||
|
|
||||||
resValue "bool", "isGplay", "true"
|
resValue "bool", "isGplay", "true"
|
||||||
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
|
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
|
||||||
@ -280,7 +280,7 @@ android {
|
|||||||
fdroid {
|
fdroid {
|
||||||
dimension "store"
|
dimension "store"
|
||||||
|
|
||||||
versionName "1.2.2.sc44"
|
versionName "1.3.1.sc45"
|
||||||
|
|
||||||
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