Release 1.0.4
This commit is contained in:
parent
c300d6e61a
commit
073419b1d3
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ ksp {
|
|||
arg("room.schemaLocation", "$projectDir/schemas")
|
||||
}
|
||||
|
||||
val baseVersionName = "1.0.3"
|
||||
val baseVersionName = "1.0.4"
|
||||
val commitHash by lazy { "git rev-parse --short HEAD".exec() }
|
||||
val verCode by lazy { "git rev-list --count HEAD".exec().toInt() }
|
||||
|
||||
|
|
|
|||
|
|
@ -12,6 +12,6 @@ object VersionUtils {
|
|||
} else {
|
||||
pkgInfo.versionCode
|
||||
}
|
||||
return "$verName($verCode)"
|
||||
return "$verName ($verCode)"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue