Skip to content

Commit

Permalink
alle guten dinge sind 7
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 authored Nov 1, 2024
1 parent 2d0e7b7 commit ce31baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
android {
val releaseType = if (project.hasProperty("releaseType")) project.properties["releaseType"].toString()
else readProperties(file("../package.properties")).getProperty("releaseType")
val myVersionName = "." + "git rev-parse --short=6 HEAD".runCommand(workingDir = rootDir)
val myVersionName = "." + "git rev-parse --short=7 HEAD".runCommand(workingDir = rootDir)
if (releaseType.contains("\"")) {
throw IllegalArgumentException("releaseType must not contain \"")
}
Expand Down

0 comments on commit ce31baf

Please sign in to comment.