Release 1.0.4

This commit is contained in:
Super12138 2024-04-29 18:12:55 +08:00
parent c300d6e61a
commit 073419b1d3
2 changed files with 2 additions and 2 deletions

View file

@ -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() }

View file

@ -12,6 +12,6 @@ object VersionUtils {
} else {
pkgInfo.versionCode
}
return "$verName($verCode)"
return "$verName ($verCode)"
}
}