Release 1.0.3
This commit is contained in:
parent
1e5e62a620
commit
5f080c0398
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ ksp {
|
||||||
arg("room.schemaLocation", "$projectDir/schemas")
|
arg("room.schemaLocation", "$projectDir/schemas")
|
||||||
}
|
}
|
||||||
|
|
||||||
val baseVersionName = "1.0.2"
|
val baseVersionName = "1.0.3"
|
||||||
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() }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue