You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* reformat the file
* undo formatting
* consent filtering
* turn off history sync
* add the inboxid functions
* write a bunch of tests
* add test for last message
* small rename clean up
* fix up read reciepts test
Copy file name to clipboardexpand all lines: library/src/main/java/README.md
-1
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,5 @@ Kotlin code emitted by the `bindings_ffi` crate in [libxmtp](https://github.com/
7
7
1. From repo [libxmtp](https://github.com/xmtp/libxmtp) run the [kotlin release action](https://github.com/xmtp/libxmtp/actions/workflows/release-kotlin-bindings.yml) for the branch you desire (this should take about 4 minutes)
8
8
2. Once you see the [kotlin bindings GitHub action](https://github.com/xmtp/libxmtp/actions/workflows/release-kotlin-bindings.yml) is finished, with `libxmtp` repo and `xmtp-android` (this repo) cloned locally in sibling directories, and `libxmtp` checked out to the correct release commit, run the script:
9
9
`./gen_kotlin.sh` within the `bindings_ffi` folder.
10
-
3.**(If only testing, you can skip this step**)Run format (cmd + opt + l) function to keep the code format consistent and diff small for `xmtp-android/library/src/main/java/xmtpv3.kt`
11
10
12
11
You should now be on the latest libxmtp. Tests will fail if the jniLibs do not match the version of xmtpv3.
0 commit comments