updated some jenkins related stuff
This commit is contained in:
@@ -52,8 +52,9 @@ android {
|
||||
applicationId "com.idlegandalf.ledd"
|
||||
minSdkVersion 18
|
||||
targetSdkVersion 23
|
||||
versionCode 3
|
||||
versionName "1.0.3"
|
||||
versionCode System.getenv("BUILD_NUMBER") ?: 5
|
||||
versionName System.getenv("GIT_COMMIT") ?: "1.0.4-SNAPSHOT"
|
||||
archivesBaseName = System.getenv("BUILD_TAG") ?: "LedD"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
Reference in New Issue
Block a user