正式发布 2.0.1 版本

This commit is contained in:
Super12138 2025-02-14 22:08:37 +08:00 committed by GitHub
parent 46106bdc0f
commit 26bc456859
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ ksp {
}
// 配置版本信息
val baseVersionName = "2.0.0"
val baseVersionName = "2.0.1"
val commitHash = "git rev-parse --short HEAD".exec()
val verCode = "git rev-list --count HEAD".exec().toInt()
val verName = "${baseVersionName}-${commitHash}"
@ -41,7 +41,7 @@ android {
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
base.archivesName.set("todo-${baseVersionName}")
base.archivesName.set("todo-${verName}")
}
buildTypes {