Skip to content

Commit b6ba37b

Browse files
committed
fix: consume final symbol deps
1 parent 934591a commit b6ba37b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
6464
ktor-client-logging = { module = "io.ktor:ktor-client-logging", version.ref = "ktor" }
6565
ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor" }
6666
ktor-serialization-kotlinx-json = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
67-
ldk-node-android = { module = "com.synonym:ldk-node-android", version = "0.7.0-rc.50" }
67+
ldk-node-android = { module = "com.synonym:ldk-node-android", version = "0.7.0-rc.51" }
6868
lifecycle-process = { group = "androidx.lifecycle", name = "lifecycle-process", version.ref = "lifecycle" }
6969
lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "lifecycle" }
7070
lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle" }
@@ -88,7 +88,7 @@ test-junit-ext = { module = "androidx.test.ext:junit", version = "1.3.0" }
8888
test-mockito-kotlin = { module = "org.mockito.kotlin:mockito-kotlin", version = "6.2.2" }
8989
test-robolectric = { module = "org.robolectric:robolectric", version = "4.16.1" }
9090
test-turbine = { group = "app.cash.turbine", name = "turbine", version = "1.2.1" }
91-
vss-client = { module = "com.synonym:vss-client-android", version = "0.5.19" }
91+
vss-client = { module = "com.synonym:vss-client-android", version = "0.5.20" }
9292
work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version = "2.11.0" }
9393
zxing = { module = "com.google.zxing:core", version = "3.5.4" }
9494
lottie = { module = "com.airbnb.android:lottie-compose", version = "6.7.1" }

0 commit comments

Comments
 (0)