mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-25 02:45:53 +03:00
Increment version
Change-Id: I0a0b686aa4cdbaa636bf06286c8a108ac8d8079b
This commit is contained in:
parent
87dc80d2e6
commit
4418821058
2 changed files with 11 additions and 5 deletions
6
fastlane/metadata/android/en-US/changelogs/40100420.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/40100420.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
- Update codebase to Element v1.0.17
|
||||
- Minor color improvements
|
||||
- Support notification tab with unified overview
|
||||
- Treat manually unread chats as notifications in bottom tabs
|
||||
- Sending icon: Don't wait for sync, sent is enough to hide it
|
||||
- Some crash fixes from Element for the next release
|
|
@ -15,7 +15,7 @@ ext.versionMajor = 1
|
|||
ext.versionMinor = 0
|
||||
ext.versionPatch = 17
|
||||
|
||||
ext.scVersion = 27
|
||||
ext.scVersion = 28
|
||||
|
||||
static def getGitTimestamp() {
|
||||
def cmd = 'git show -s --format=%ct'
|
||||
|
@ -118,10 +118,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 40100410
|
||||
versionCode 40100420
|
||||
|
||||
// Required for sonar analysis
|
||||
versionName "1.0.14.sc27"
|
||||
versionName "1.0.17.sc28"
|
||||
|
||||
buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\""
|
||||
resValue "string", "git_revision", "\"${gitRevision()}\""
|
||||
|
@ -237,7 +237,7 @@ android {
|
|||
gplay {
|
||||
dimension "store"
|
||||
|
||||
versionName "1.0.14.sc27"
|
||||
versionName "1.0.17.sc28"
|
||||
|
||||
resValue "bool", "isGplay", "true"
|
||||
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
|
||||
|
@ -248,7 +248,7 @@ android {
|
|||
fdroid {
|
||||
dimension "store"
|
||||
|
||||
versionName "1.0.14.sc27"
|
||||
versionName "1.0.17.sc28"
|
||||
|
||||
resValue "bool", "isGplay", "false"
|
||||
buildConfigField "boolean", "ALLOW_FCM_USE", "false"
|
||||
|
|
Loading…
Reference in a new issue