Increment version
Change-Id: I0c8949f469bdcd64e32999cbbaa18a903fff152c
This commit is contained in:
parent
988201dc56
commit
743f60d4b9
4
fastlane/metadata/android/en-US/changelogs/40101400.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/40101400.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
- Update codebase to Element v1.6.48
|
||||||
|
- Fix persisting background sync setting with UP disabled
|
||||||
|
- Add popup to inform background sync users about limitations on recent Android versions
|
||||||
|
- Disable crash report prompt on app start
|
||||||
@ -39,7 +39,7 @@ ext.versionMinor = 6
|
|||||||
// is the value for the next regular release.
|
// is the value for the next regular release.
|
||||||
ext.versionPatch = 48
|
ext.versionPatch = 48
|
||||||
|
|
||||||
ext.scVersion = 89
|
ext.scVersion = 90
|
||||||
|
|
||||||
static def getGitTimestamp() {
|
static def getGitTimestamp() {
|
||||||
def cmd = 'git show -s --format=%ct'
|
def cmd = 'git show -s --format=%ct'
|
||||||
@ -154,8 +154,8 @@ android {
|
|||||||
renderscriptTargetApi 24
|
renderscriptTargetApi 24
|
||||||
renderscriptSupportModeEnabled true
|
renderscriptSupportModeEnabled true
|
||||||
|
|
||||||
versionCode 40101390
|
versionCode 40101400
|
||||||
versionName "1.6.46.sc89"
|
versionName "1.6.48.sc90"
|
||||||
|
|
||||||
// Generate a random app task affinity
|
// Generate a random app task affinity
|
||||||
manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"]
|
manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"]
|
||||||
@ -322,14 +322,14 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dimension "store"
|
dimension "store"
|
||||||
versionName "1.6.46.sc89"
|
versionName "1.6.48.sc90"
|
||||||
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"G\""
|
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"G\""
|
||||||
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"GooglePlay\""
|
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"GooglePlay\""
|
||||||
}
|
}
|
||||||
|
|
||||||
fdroid {
|
fdroid {
|
||||||
dimension "store"
|
dimension "store"
|
||||||
versionName "1.6.46.sc89"
|
versionName "1.6.48.sc90"
|
||||||
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"F\""
|
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"F\""
|
||||||
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"FDroid\""
|
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"FDroid\""
|
||||||
isDefault = true
|
isDefault = true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user