mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-24 14:58:59 +03:00
Increment version
Change-Id: I7a0c9e40109bb151a9eaf7efb92dca1810fa86e8
This commit is contained in:
parent
f7a4cc4b31
commit
52ce0d2311
2 changed files with 5 additions and 5 deletions
0
fastlane/metadata/android/en-US/changelogs/40101260.txt
Normal file
0
fastlane/metadata/android/en-US/changelogs/40101260.txt
Normal file
|
@ -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 = 10
|
ext.versionPatch = 10
|
||||||
|
|
||||||
ext.scVersion = 75
|
ext.scVersion = 76
|
||||||
|
|
||||||
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 40101250
|
versionCode 40101260
|
||||||
versionName "1.6.10.sc75"
|
versionName "1.6.10.sc76"
|
||||||
|
|
||||||
// Generate a random app task affinity
|
// Generate a random app task affinity
|
||||||
manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"]
|
manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"]
|
||||||
|
@ -317,14 +317,14 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dimension "store"
|
dimension "store"
|
||||||
versionName "1.6.10.sc75"
|
versionName "1.6.10.sc76"
|
||||||
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.10.sc75"
|
versionName "1.6.10.sc76"
|
||||||
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…
Add table
Reference in a new issue