mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-26 11:26:01 +03:00
Increment version
Change-Id: I1f2ddbb0e8ff82db6f3f321dc073f29426e8d5ac
This commit is contained in:
parent
f9fc7abbd2
commit
1cc4c7177f
2 changed files with 10 additions and 5 deletions
5
fastlane/metadata/android/en-US/changelogs/40100290.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/40100290.txt
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
- Hide sender avatars in DMs
|
||||||
|
- Increase sticker size
|
||||||
|
- Remove speach bubbles for images, videos and stickers
|
||||||
|
- Multiple stickers in a row don't require sender information each time
|
||||||
|
- Codebase updated to Element 1.0.8
|
|
@ -19,7 +19,7 @@ ext.versionMajor = 1
|
||||||
ext.versionMinor = 0
|
ext.versionMinor = 0
|
||||||
ext.versionPatch = 8
|
ext.versionPatch = 8
|
||||||
|
|
||||||
ext.scVersion = 20
|
ext.scVersion = 21
|
||||||
|
|
||||||
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 (master, features, etc.) will have version code based on application version.
|
// Other branches (master, features, etc.) will have version code based on application version.
|
||||||
versionCode 40100270
|
versionCode 40100290
|
||||||
|
|
||||||
// Required for sonar analysis
|
// Required for sonar analysis
|
||||||
versionName "1.0.7.sc.20"
|
versionName "1.0.8.sc.21"
|
||||||
|
|
||||||
buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\""
|
buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\""
|
||||||
resValue "string", "git_revision", "\"${gitRevision()}\""
|
resValue "string", "git_revision", "\"${gitRevision()}\""
|
||||||
|
@ -224,7 +224,7 @@ android {
|
||||||
gplay {
|
gplay {
|
||||||
dimension "store"
|
dimension "store"
|
||||||
|
|
||||||
versionName "1.0.7.sc.20"
|
versionName "1.0.8.sc.21"
|
||||||
|
|
||||||
resValue "bool", "isGplay", "true"
|
resValue "bool", "isGplay", "true"
|
||||||
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
|
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
|
||||||
|
@ -235,7 +235,7 @@ android {
|
||||||
fdroid {
|
fdroid {
|
||||||
dimension "store"
|
dimension "store"
|
||||||
|
|
||||||
versionName "1.0.7.sc.20"
|
versionName "1.0.8.sc.21"
|
||||||
|
|
||||||
resValue "bool", "isGplay", "false"
|
resValue "bool", "isGplay", "false"
|
||||||
buildConfigField "boolean", "ALLOW_FCM_USE", "false"
|
buildConfigField "boolean", "ALLOW_FCM_USE", "false"
|
||||||
|
|
Loading…
Reference in a new issue