Skip to content

Commit

Permalink
release: v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leavesCZY committed Sep 13, 2024
1 parent c020665 commit e618081
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ androidx-activity = "1.9.2"
androidx-lifecycle = "2.8.5"
androidx-compose-bom = "2024.09.01"

matisse-remote = "2.1.0"
matisse-publishing = "2.1.0"
matisse-remote = "2.1.1"
matisse-publishing = "2.1.1"

junit = "4.13.2"
coil = "2.7.0"
Expand Down
4 changes: 2 additions & 2 deletions matisse/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ val signingKeyId = properties["signing.keyId"]?.toString()
val signingPassword = properties["signing.password"]?.toString()
val signingSecretKeyRingFile = properties["signing.secretKeyRingFile"]?.toString()
val mavenCentralUserName = properties["mavenCentral.username"]?.toString()
val mavenCentralEmail = properties["mavenCentral.email"]?.toString()
val mavenCentralPassword = properties["mavenCentral.password"]?.toString()
val mavenCentralEmail = properties["mavenCentral.email"]?.toString()

if (signingKeyId != null
&& signingPassword != null
&& signingSecretKeyRingFile != null
&& mavenCentralUserName != null
&& mavenCentralEmail != null
&& mavenCentralPassword != null
&& mavenCentralEmail != null
) {
publishing {
publications {
Expand Down

0 comments on commit e618081

Please sign in to comment.