正式发布 2.0.1 版本
This commit is contained in:
parent
46106bdc0f
commit
26bc456859
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue