Skip to content

Commit

Permalink
Update kmmbridge version
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Apr 11, 2024
1 parent 040cacb commit 00d7483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ compileSdk = "34"

# Dependencies
kotlin = "1.9.22"
kxcBridge = "1.0.0-alpha1"
kmmBridge = "0.6.0-alpha1"
android-gradle-plugin = "8.2.2"
coroutines = "1.7.3"
kotlinx-datetime = "0.5.0"
Expand Down Expand Up @@ -82,7 +82,7 @@ android-library = { id = "com.android.library", version.ref = "android-gradle-pl
android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
skie = { id = "co.touchlab.skie", version.ref = "skie" }
kmmbridge = { id = "co.touchlab.kxcbridge", version.ref = "kxcBridge" }
kmmbridge = { id = "co.touchlab.kmmbridge", version.ref = "kmmBridge" }
cocoapods = { id = "org.jetbrains.kotlin.native.cocoapods", version.ref = "kotlin" }

[bundles]
Expand Down

0 comments on commit 00d7483

Please sign in to comment.