File tree Expand file tree Collapse file tree 5 files changed +2800
-5
lines changed
Expand file tree Collapse file tree 5 files changed +2800
-5
lines changed Original file line number Diff line number Diff line change 1- # 0.1 - Jun 22, 2023
1+ # 0.1.0 - Jun 22, 2023
22This is the first non-experimental release of LDK Node.
33
44- Log files are now split based on the start date of the node (#116 ).
Original file line number Diff line number Diff line change 33
44import PackageDescription
55
6- let tag = " 0.1 "
7- let checksum = " d91403566498f01cdaaafc07a9360ef661151e64075c6d83bbce4c9b5bfa7cee "
6+ let tag = " v0.1.0 "
7+ let checksum = " 2ef0b46c84f7349e1940ff0b592be4dea9f2761a69d2bdad8f979dbef68fb1e8 "
88let url = " https://github.com/lightningdevkit/ldk-node/releases/download/ \( tag) /LDKNodeFFI.xcframework.zip "
99
1010let package = Package (
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ org.gradle.jvmargs=-Xmx1536m
22android.useAndroidX =true
33android.enableJetifier =true
44kotlin.code.style =official
5- libraryVersion =0.1
5+ libraryVersion =0.1.0
Original file line number Diff line number Diff line change 11org.gradle.jvmargs =-Xmx1536m
22kotlin.code.style =official
3- libraryVersion =0.1
3+ libraryVersion =0.1.0
You can’t perform that action at this time.
0 commit comments