Skip to content

Commit

Permalink
First release
Browse files Browse the repository at this point in the history
  • Loading branch information
hristogochev committed Dec 28, 2024
1 parent bf6ad38 commit c7bdfef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vortex-kodein/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ android {
mavenPublishing {
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)

// signAllPublications()
signAllPublications()

coordinates(group.toString(), "vortex-kodein", version.toString())

Expand Down
2 changes: 1 addition & 1 deletion vortex-koin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ android {
mavenPublishing {
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)

// signAllPublications()
signAllPublications()

coordinates(group.toString(), "vortex-koin", version.toString())

Expand Down
2 changes: 1 addition & 1 deletion vortex/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ android {
mavenPublishing {
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)

// signAllPublications()
signAllPublications()

coordinates(group.toString(), "vortex", version.toString())

Expand Down

0 comments on commit c7bdfef

Please sign in to comment.