Increment version
Change-Id: I4655db26113f36bc39876048ab5969493d18aabd
This commit is contained in:
parent
419aff08d1
commit
ad64e8164d
2
fastlane/metadata/android/en-US/changelogs/40101390.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/40101390.txt
Normal file
@ -0,0 +1,2 @@
|
||||
- Update codebase to Element v1.6.46
|
||||
- Catch some crashes related to foreground service restrictions on recent Android versions
|
||||
@ -39,7 +39,7 @@ ext.versionMinor = 6
|
||||
// is the value for the next regular release.
|
||||
ext.versionPatch = 46
|
||||
|
||||
ext.scVersion = 88
|
||||
ext.scVersion = 89
|
||||
|
||||
static def getGitTimestamp() {
|
||||
def cmd = 'git show -s --format=%ct'
|
||||
@ -154,8 +154,8 @@ android {
|
||||
renderscriptTargetApi 24
|
||||
renderscriptSupportModeEnabled true
|
||||
|
||||
versionCode 40101380
|
||||
versionName "1.6.44.sc88"
|
||||
versionCode 40101390
|
||||
versionName "1.6.46.sc89"
|
||||
|
||||
// Generate a random app task affinity
|
||||
manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"]
|
||||
@ -322,14 +322,14 @@ android {
|
||||
}
|
||||
|
||||
dimension "store"
|
||||
versionName "1.6.44.sc88"
|
||||
versionName "1.6.46.sc89"
|
||||
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"G\""
|
||||
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"GooglePlay\""
|
||||
}
|
||||
|
||||
fdroid {
|
||||
dimension "store"
|
||||
versionName "1.6.44.sc88"
|
||||
versionName "1.6.46.sc89"
|
||||
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"F\""
|
||||
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"FDroid\""
|
||||
isDefault = true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user