ipfs-shipyard / gomobile-ipfs

IPFS and libp2p on Mobile, with Gomobile
Other
315 stars 65 forks source link

fix: Update go.mod berty/mobile version. Fix Swift calls to send() #138

Closed jefft0 closed 1 year ago

jefft0 commented 1 year ago

Update go.mod to use the latest berty/mobile which has this fix: https://github.com/golang/mobile/pull/85 . In Swift this correctly uses the RequestBuilder.send() signature with Data? , so update Swift calls to unwrap it. Also in Swift, make RequestBuilder.sendToDict return a nullable [String: Any]? .

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 1.7.6 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: