feat(version): 正式进入v2版本
This commit is contained in:
parent
4d78f3993e
commit
58f74325c0
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ ksp {
|
|||
}
|
||||
|
||||
// 配置版本信息
|
||||
val baseVersionName = "compose-refactor"
|
||||
val baseVersionName = "2.0.0"
|
||||
val commitHash by lazy { "git rev-parse --short HEAD".exec() }
|
||||
val verCode by lazy { "git rev-list --count HEAD".exec().toInt() }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue