Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update the bindings and add the default message sync url #284

Merged
merged 3 commits into from
Aug 7, 2024

Conversation

nplasterer
Copy link
Contributor

This adds a default message sync url and bumps to the latest rust.

@nplasterer nplasterer self-assigned this Aug 7, 2024
@nplasterer nplasterer requested review from humanagent and a team as code owners August 7, 2024 21:00
@@ -12,5 +12,6 @@ Kotlin code emitted by the `bindings_ffi` crate in [libxmtp](https://github.com/
4. Navigate to the [latest release](https://github.com/xmtp/libxmtp/releases) once the action completes
5. Download the `LibXMTPKotlinFFI.zip` assets
6. Unzip and then copy the jniLibs to `xmtp-android/library/src/main/jniLibs`
7. NOTE: sometimes the library name gets updated and will cause failures the library name must be `uniffi_xmtpv3` not `xmtpv3` -- search for `findLibraryName` and make sure the correct name is returned.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know why when we bumped to uniffi version 28 that this started renaming the library. I did a deep dive today through the docs and don't see any reason why this would be happening https://mozilla.github.io/uniffi-rs/latest/kotlin/configuration.html. This is a work around until we can invest more time in it to figure it out.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call that one came back too. 😭

@nplasterer nplasterer changed the title Update the bindings and add the default message sync url feat: Update the bindings and add the default message sync url Aug 7, 2024
@nplasterer nplasterer merged commit d88ac68 into main Aug 7, 2024
5 of 6 checks passed
@nplasterer nplasterer deleted the np/more-fork-fixes branch August 7, 2024 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants