Release 1.0.2

This commit is contained in:
Super12138 2024-01-30 12:50:17 +08:00
parent 6d17873cca
commit 81b623bdb5

View file

@ -7,7 +7,7 @@ ksp {
arg("room.schemaLocation", "$projectDir/schemas") arg("room.schemaLocation", "$projectDir/schemas")
} }
val baseVersionName = "1.0.1" val baseVersionName = "1.0.2"
val commitHash by lazy { "git rev-parse --short HEAD".exec() } val commitHash by lazy { "git rev-parse --short HEAD".exec() }
val verCode by lazy { "git rev-list --count HEAD".exec().toInt() } val verCode by lazy { "git rev-list --count HEAD".exec().toInt() }