Skip to content

Commit

Permalink
build: 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
limuyang2 committed Aug 7, 2023
1 parent 07647f9 commit d08e541
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
signing
}

val versionName = "4.0.0"
val versionName = "4.0.1"


android {
Expand Down Expand Up @@ -60,6 +60,7 @@ dependencies {
implementation("androidx.databinding:databinding-runtime:8.0.0")
}

//---------- maven upload info -----------------------------------

var signingKeyId = ""//签名的密钥后8位
var signingPassword = ""//签名设置的密码
Expand Down

0 comments on commit d08e541

Please sign in to comment.