feat(version): 正式进入v2版本

This commit is contained in:
Super12138 2025-02-08 21:23:12 +08:00
parent 4d78f3993e
commit 58f74325c0

View file

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