Increment version
Change-Id: I7a0c9e40109bb151a9eaf7efb92dca1810fa86e8
This commit is contained in:
parent
f7a4cc4b31
commit
52ce0d2311
@ -39,7 +39,7 @@ ext.versionMinor = 6
|
||||
// is the value for the next regular release.
|
||||
ext.versionPatch = 10
|
||||
|
||||
ext.scVersion = 75
|
||||
ext.scVersion = 76
|
||||
|
||||
static def getGitTimestamp() {
|
||||
def cmd = 'git show -s --format=%ct'
|
||||
@ -154,8 +154,8 @@ android {
|
||||
renderscriptTargetApi 24
|
||||
renderscriptSupportModeEnabled true
|
||||
|
||||
versionCode 40101250
|
||||
versionName "1.6.10.sc75"
|
||||
versionCode 40101260
|
||||
versionName "1.6.10.sc76"
|
||||
|
||||
// Generate a random app task affinity
|
||||
manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"]
|
||||
@ -317,14 +317,14 @@ android {
|
||||
}
|
||||
|
||||
dimension "store"
|
||||
versionName "1.6.10.sc75"
|
||||
versionName "1.6.10.sc76"
|
||||
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"G\""
|
||||
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"GooglePlay\""
|
||||
}
|
||||
|
||||
fdroid {
|
||||
dimension "store"
|
||||
versionName "1.6.10.sc75"
|
||||
versionName "1.6.10.sc76"
|
||||
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"F\""
|
||||
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"FDroid\""
|
||||
isDefault = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user