mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-26 11:26:01 +03:00
Increment version
Change-Id: Icd9bbfe6db69fc8a7b2de5626f4292d3664f4c5e
This commit is contained in:
parent
fcf623ce06
commit
7ecf8073ef
2 changed files with 11 additions and 4 deletions
7
fastlane/metadata/android/en-US/changelogs/40100390.txt
Normal file
7
fastlane/metadata/android/en-US/changelogs/40100390.txt
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
- Experimental "mark rooms as unread" functionality (MSC2867) in labs
|
||||||
|
- Fix sometimes too wide message bubbles
|
||||||
|
- Update codebase to Element v1.0.13
|
||||||
|
- Some improvements and fixes for URL-previews compared to upstream
|
||||||
|
- Lab option to also show url previews in encrypted rooms
|
||||||
|
- Better alignment of reactions to message bubbles
|
||||||
|
- Various minor fixes and improvements
|
|
@ -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 40100370
|
versionCode 40100390
|
||||||
|
|
||||||
// Required for sonar analysis
|
// Required for sonar analysis
|
||||||
versionName "1.0.11.sc.26"
|
versionName "1.0.13.sc.26"
|
||||||
|
|
||||||
buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\""
|
buildConfigField "String", "GIT_REVISION", "\"${gitRevision()}\""
|
||||||
resValue "string", "git_revision", "\"${gitRevision()}\""
|
resValue "string", "git_revision", "\"${gitRevision()}\""
|
||||||
|
@ -241,7 +241,7 @@ android {
|
||||||
gplay {
|
gplay {
|
||||||
dimension "store"
|
dimension "store"
|
||||||
|
|
||||||
versionName "1.0.11.sc.26"
|
versionName "1.0.13.sc.26"
|
||||||
|
|
||||||
resValue "bool", "isGplay", "true"
|
resValue "bool", "isGplay", "true"
|
||||||
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
|
buildConfigField "boolean", "ALLOW_FCM_USE", "true"
|
||||||
|
@ -252,7 +252,7 @@ android {
|
||||||
fdroid {
|
fdroid {
|
||||||
dimension "store"
|
dimension "store"
|
||||||
|
|
||||||
versionName "1.0.11.sc.26"
|
versionName "1.0.13.sc.26"
|
||||||
|
|
||||||
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