Merge branch 'develop' of https://git.mentality.rip/FWGS/Husky into develop
This commit is contained in:
commit
ec17c807cb
@ -14,14 +14,20 @@ def getGitSha = {
|
|||||||
return stdout.toString().trim()
|
return stdout.toString().trim()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
def buildnum = {
|
||||||
|
def today = new Date()
|
||||||
|
def epoch = new Date(119, 11, 8) // first Husky commit was 20191208
|
||||||
|
return today - epoch
|
||||||
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 29
|
compileSdkVersion 29
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId APP_ID
|
applicationId APP_ID
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 69
|
versionCode buildnum()
|
||||||
versionName "10.0 beta 1"
|
versionName "0.99"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user