Skip to content

Commit d96e813

Browse files
ovitrifclaude
andcommitted
fix: regenerate android bindings with correct gobley v0.2.0
The previous bindgen run used gobley-uniffi-bindgen v0.3.7 (from gobley main branch) instead of v0.2.0 (from fix-v0.2.0 branch), which added explicit `public` visibility modifiers and return types throughout the generated Kotlin code. Regenerated with the correct version. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e998973 commit d96e813

3 files changed

Lines changed: 2993 additions & 3410 deletions

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import PackageDescription
55

66
let tag = "v0.7.0-rc.33"
7-
let checksum = "ba54a426bbcc5647dc0336f9fdc019ac38cb4a23325891c7169992ca4e06b285"
7+
let checksum = "235e276d2a39ed41abb4034b027f72bf876b65eb40a2a584cc1d06208ad7a58a"
88
let url = "https://github.com/synonymdev/ldk-node/releases/download/\(tag)/LDKNodeFFI.xcframework.zip"
99

1010
let package = Package(

0 commit comments

Comments
 (0)