Increment version
Change-Id: If1b871b3ab76544d87e965986a8c53b782692f8e
This commit is contained in:
parent
dd85e14223
commit
e40bf1704b
6
fastlane/metadata/android/en-US/changelogs/40100470.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/40100470.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
- Update codebase to Element v1.1.7
|
||||||
|
- Add border to sent pictures
|
||||||
|
- Add some space between message sender and content
|
||||||
|
- Properly adjust image view bounds when the size is not available before loading
|
||||||
|
- Improve handling of the DM layout
|
||||||
|
- Message footer: handle small width/height pictures
|
@ -16,7 +16,7 @@ ext.versionMajor = 1
|
|||||||
ext.versionMinor = 1
|
ext.versionMinor = 1
|
||||||
ext.versionPatch = 7
|
ext.versionPatch = 7
|
||||||
|
|
||||||
ext.scVersion = 31
|
ext.scVersion = 32
|
||||||
|
|
||||||
static def getGitTimestamp() {
|
static def getGitTimestamp() {
|
||||||
def cmd = 'git show -s --format=%ct'
|
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.
|
// `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 40100450
|
versionCode 40100470
|
||||||
|
|
||||||
// Required for sonar analysis
|
// Required for sonar analysis
|
||||||
versionName "1.1.6.sc31"
|
versionName "1.1.7.sc32"
|
||||||
|
|
||||||
buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\""
|
buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\""
|
||||||
resValue "string", "git_revision", "\"${gitRevision()}\""
|
resValue "string", "git_revision", "\"${gitRevision()}\""
|
||||||
@ -244,7 +244,7 @@ android {
|
|||||||
dimension "store"
|
dimension "store"
|
||||||
isDefault = true
|
isDefault = true
|
||||||
|
|
||||||
versionName "1.1.6.sc31"
|
versionName "1.1.7.sc32"
|
||||||
|
|
||||||
resValue "bool", "isGplay", "true"
|
resValue "bool", "isGplay", "true"
|
||||||
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
|
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
|
||||||
@ -255,7 +255,7 @@ android {
|
|||||||
fdroid {
|
fdroid {
|
||||||
dimension "store"
|
dimension "store"
|
||||||
|
|
||||||
versionName "1.1.6.sc31"
|
versionName "1.1.7.sc32"
|
||||||
|
|
||||||
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