mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-24 00:30:47 +01:00
Increment version
Change-Id: Ie3e63a0e8cc2affa4a1a957173e6f8d115214720
This commit is contained in:
parent
d74247f279
commit
b531fb523c
4
fastlane/metadata/android/en-US/changelogs/40100960.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/40100960.txt
Normal file
@ -0,0 +1,4 @@
|
||||
- Update codebase to Element v1.5.2
|
||||
- Add spaces bottom bar to experimental swipe-to-switch-space navigation
|
||||
- Add option to show unreads on top (only in the "old" app layout)
|
||||
- Fix persisting collapsed room sections
|
@ -38,7 +38,7 @@ ext.versionMinor = 5
|
||||
// is the value for the next regular release.
|
||||
ext.versionPatch = 2
|
||||
|
||||
ext.scVersion = 60
|
||||
ext.scVersion = 61
|
||||
|
||||
static def getGitTimestamp() {
|
||||
def cmd = 'git show -s --format=%ct'
|
||||
@ -142,8 +142,8 @@ android {
|
||||
renderscriptTargetApi 24
|
||||
renderscriptSupportModeEnabled true
|
||||
|
||||
versionCode 40100940
|
||||
versionName "1.5.1.sc60"
|
||||
versionCode 40100960
|
||||
versionName "1.5.2.sc61"
|
||||
|
||||
// Generate a random app task affinity
|
||||
manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"]
|
||||
@ -307,14 +307,14 @@ android {
|
||||
}
|
||||
|
||||
dimension "store"
|
||||
versionName "1.5.1.sc60"
|
||||
versionName "1.5.2.sc61"
|
||||
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"G\""
|
||||
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"GooglePlay\""
|
||||
}
|
||||
|
||||
fdroid {
|
||||
dimension "store"
|
||||
versionName "1.5.1.sc60"
|
||||
versionName "1.5.2.sc61"
|
||||
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"F\""
|
||||
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"FDroid\""
|
||||
isDefault = true
|
||||
|
Loading…
Reference in New Issue
Block a user