updated some jenkins related stuff

This commit is contained in:
2016-04-30 20:48:36 +02:00
parent 64b2f80848
commit c6887e5905

View File

@@ -52,8 +52,9 @@ android {
applicationId "com.idlegandalf.ledd" applicationId "com.idlegandalf.ledd"
minSdkVersion 18 minSdkVersion 18
targetSdkVersion 23 targetSdkVersion 23
versionCode 3 versionCode System.getenv("BUILD_NUMBER") ?: 5
versionName "1.0.3" versionName System.getenv("GIT_COMMIT") ?: "1.0.4-SNAPSHOT"
archivesBaseName = System.getenv("BUILD_TAG") ?: "LedD"
} }
buildTypes { buildTypes {
release { release {