mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 09:25:49 +03:00
Increment version
Change-Id: Ie455b8bc10071367f735a8cd1d1a0d1fd1323d16
This commit is contained in:
parent
3548870d11
commit
991a658221
2 changed files with 9 additions and 5 deletions
4
fastlane/metadata/android/en-US/changelogs/40100930.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/40100930.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
- Update codebase to Element v1.4.36
|
||||
- Fix pills appearing twice for nested inline images
|
||||
- Inline images: Use alt text in room previews and notifications
|
||||
- Use light navigation bar in light SC themes
|
|
@ -38,7 +38,7 @@ ext.versionMinor = 4
|
|||
// is the value for the next regular release.
|
||||
ext.versionPatch = 36
|
||||
|
||||
ext.scVersion = 58
|
||||
ext.scVersion = 59
|
||||
|
||||
static def getGitTimestamp() {
|
||||
def cmd = 'git show -s --format=%ct'
|
||||
|
@ -142,8 +142,8 @@ android {
|
|||
renderscriptTargetApi 24
|
||||
renderscriptSupportModeEnabled true
|
||||
|
||||
versionCode 40100910
|
||||
versionName "1.4.34.sc58"
|
||||
versionCode 40100930
|
||||
versionName "1.4.36.sc59"
|
||||
|
||||
// Generate a random app task affinity
|
||||
manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"]
|
||||
|
@ -302,14 +302,14 @@ android {
|
|||
|
||||
dimension "store"
|
||||
isDefault = true
|
||||
versionName "1.4.34.sc58"
|
||||
versionName "1.4.36.sc59"
|
||||
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"G\""
|
||||
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"GooglePlay\""
|
||||
}
|
||||
|
||||
fdroid {
|
||||
dimension "store"
|
||||
versionName "1.4.34.sc58"
|
||||
versionName "1.4.36.sc59"
|
||||
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"F\""
|
||||
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"FDroid\""
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue