mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +03:00
Increment version
Change-Id: Ibd52a8f3dcc58279d789f453f4d2ed5303752711
This commit is contained in:
parent
29c921eb96
commit
1a47878318
2 changed files with 10 additions and 7 deletions
3
fastlane/metadata/android/en-US/changelogs/40101220.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/40101220.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
- Address libwebp security vulnerability by dropping an outdated dependency
|
||||
- Fix some message render failures and crashes
|
||||
- Labs setting to prefer lower root spaces in bottom space bar
|
|
@ -39,7 +39,7 @@ ext.versionMinor = 6
|
|||
// is the value for the next regular release.
|
||||
ext.versionPatch = 5
|
||||
|
||||
ext.scVersion = 71
|
||||
ext.scVersion = 72
|
||||
|
||||
static def getGitTimestamp() {
|
||||
def cmd = 'git show -s --format=%ct'
|
||||
|
@ -156,8 +156,8 @@ android {
|
|||
renderscriptTargetApi 24
|
||||
renderscriptSupportModeEnabled true
|
||||
|
||||
versionCode 40101210
|
||||
versionName "1.6.5.sc71"
|
||||
versionCode 40101220
|
||||
versionName "1.6.5.sc72"
|
||||
|
||||
// Generate a random app task affinity
|
||||
manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"]
|
||||
|
@ -319,14 +319,14 @@ android {
|
|||
}
|
||||
|
||||
dimension "store"
|
||||
versionName "1.6.5.sc71"
|
||||
versionName "1.6.5.sc72"
|
||||
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"G\""
|
||||
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"GooglePlay\""
|
||||
}
|
||||
|
||||
fdroid {
|
||||
dimension "store"
|
||||
versionName "1.6.5.sc71"
|
||||
versionName "1.6.5.sc72"
|
||||
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"F\""
|
||||
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"FDroid\""
|
||||
isDefault = true
|
||||
|
@ -334,7 +334,7 @@ android {
|
|||
|
||||
kotlinCrypto {
|
||||
dimension "crypto"
|
||||
// versionName "1.6.5.sc71"
|
||||
// versionName "1.6.5.sc72"
|
||||
buildConfigField "String", "CRYPTO_FLAVOR_DESCRIPTION", "\"olm-crypto\""
|
||||
// buildConfigField "String", "FLAVOR_DESCRIPTION", "\"KotlinCrypto\""
|
||||
}
|
||||
|
@ -345,7 +345,7 @@ android {
|
|||
// versionNameSuffix "-R"
|
||||
// resValue "string", "app_name", "ER"
|
||||
|
||||
// // versionName "1.6.5.sc71"
|
||||
// // versionName "1.6.5.sc72"
|
||||
buildConfigField "String", "CRYPTO_FLAVOR_DESCRIPTION", "\"rust-crypto\""
|
||||
// buildConfigField "String", "FLAVOR_DESCRIPTION", "\"RustCrypto\""
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue