Skip to content

Commit

Permalink
Update WorkFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacakakpo1 committed Mar 8, 2024
1 parent 44fd86e commit 2614cae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
version = "0.6.2"

kmmbridge {
mavenPublishArtifacts()
// mavenPublishArtifacts()
manualVersions()
spm()
cocoapodsTrunk()
Expand Down Expand Up @@ -85,7 +85,7 @@ android {


fun getVersionName(): String {
return "0.0.4" // Replace with version Name
return version.toString() // Replace with version Name
}

fun getArtifactId(): String {
Expand Down

0 comments on commit 2614cae

Please sign in to comment.