Skip to content

Commit fa41721

Browse files
committed
chore: Use official ldk-node-android 0.5.0 version
1 parent 326bf6a commit fa41721

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,7 @@ dependencies {
151151
implementation(libs.camera.view)
152152
// Crypto
153153
implementation(libs.bouncycastle.provider.jdk)
154-
implementation(libs.ldk.node.android) {
155-
exclude(group = "net.java.dev.jna", module = "jna") // TODO: remove when using official ldk-node-android release
156-
}
154+
implementation(libs.ldk.node.android)
157155
// Firebase
158156
implementation(platform(libs.firebase.bom))
159157
implementation(libs.firebase.messaging)

gradle/libs.versions.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
7979
ktor-client-logging = { module = "io.ktor:ktor-client-logging", version.ref = "ktor" }
8080
ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor" }
8181
ktor-serialization-kotlinx-json = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
82-
#ldk-node-android = { module = "org.lightningdevkit:ldk-node-android", version = "0.5.0" } # TODO use official release when available
83-
ldk-node-android = { module = "com.github.ovitrif:ldk-node", version = "v0.5.0-fork" } # TODO remove when replacing with above
82+
ldk-node-android = { module = "org.lightningdevkit:ldk-node-android", version = "0.5.0" }
8483
lifecycle-process = { group = "androidx.lifecycle", name = "lifecycle-process", version.ref = "lifecycle" }
8584
lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "lifecycle" }
8685
lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle" }

settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ dependencyResolutionManagement {
1212
google()
1313
mavenCentral()
1414
maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots/")
15-
maven(url = "https://jitpack.io")
1615
}
1716
}
1817
rootProject.name = "bitkit-android"

0 commit comments

Comments
 (0)