Skip to content

Commit

Permalink
Upgrade to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikvaa committed Dec 8, 2024
1 parent dc33e99 commit 8d46feb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ android {

kmmbridge {
frameworkName.set(iosFrameworkName)
mavenPublishArtifacts()
gitHubReleaseArtifacts()
spm(
spmDirectory = "./",
swiftToolVersion = "5.9",
Expand All @@ -185,8 +185,6 @@ kmmbridge {
)
}

addGithubPackagesRepository()

/**
* Apple requires 3rd party frameworks to include a privacy policy file.
*
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ androidGradle = "8.7.0"
ktlint = "11.6.1"
detekt = "1.23.3"
outdated = "0.49.0"
kmmbridge = "1.0.1"
kmmbridge = "1.1.1"

[libraries]
stately = { module = "co.touchlab:stately-concurrency", version.ref = "stately" }
Expand All @@ -22,4 +22,4 @@ detektPlugin = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
ktlinPlugin = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlint" }
versionsPlugin = { id = "com.github.ben-manes.versions", version.ref = "outdated" }
androidLibrary = { id = "com.android.library", version.ref = "androidGradle" }
kmmbridgePlugin = { id = "co.touchlab.kmmbridge", version.ref = "kmmbridge" }
kmmbridgePlugin = { id = "co.touchlab.kmmbridge.github", version.ref = "kmmbridge" }

0 comments on commit 8d46feb

Please sign in to comment.