Skip to content

Commit

Permalink
Bump and update signing to support jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Oliveira committed Oct 26, 2022
1 parent 882df84 commit 052b30f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion composecalendar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies {
ext {
PUBLISH_GROUP_ID = 'com.squaredem'
PUBLISH_ARTIFACT_ID = 'composecalendar'
PUBLISH_VERSION = '1.0.4'
PUBLISH_VERSION = '1.0.5'
}

apply from: "${rootProject.projectDir}/scripts/publish-module.gradle"
4 changes: 0 additions & 4 deletions scripts/publish-module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,3 @@ afterEvaluate {
}
}
}

signing {
sign publishing.publications
}

0 comments on commit 052b30f

Please sign in to comment.