renamed file to be not enormously long anymore
This commit is contained in:
@@ -53,8 +53,8 @@ android {
|
||||
minSdkVersion 18
|
||||
targetSdkVersion 23
|
||||
versionCode System.getenv("BUILD_NUMBER") as Integer ?: 5
|
||||
versionName System.getenv("GIT_COMMIT") ?: "1.0.4-SNAPSHOT"
|
||||
archivesBaseName = "LedD-" + versionCode + "-" + versionName
|
||||
versionName "1.0.4-SNAPSHOT"
|
||||
archivesBaseName = "LedD-" + versionName + "-" + versionCode
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
Reference in New Issue
Block a user