Skip to content

Commit

Permalink
Bump to latest versions of libxmtp (#292)
Browse files Browse the repository at this point in the history
* bump version

* bump the library as well

* bump version again

* bump the libraries as well
  • Loading branch information
nplasterer authored Aug 30, 2024
1 parent 29bc28b commit 9ea95c6
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions library/src/main/java/libxmtp-version.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 023fef7e
Branch: HEAD
Date: 2024-08-26 15:07:03 +0000
Version: f7ac3c5c
Branch: main
Date: 2024-08-30 03:11:24 +0000
4 changes: 0 additions & 4 deletions library/src/main/java/xmtpv3.kt
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,8 @@ open class RustBuffer : Structure() {
// When dealing with these fields, make sure to call `toULong()`.
@JvmField
var capacity: Long = 0

@JvmField
var len: Long = 0

@JvmField
var data: Pointer? = null

Expand Down Expand Up @@ -137,7 +135,6 @@ class RustBufferByReference : ByReference(16) {
open class ForeignBytes : Structure() {
@JvmField
var len: Int = 0

@JvmField
var data: Pointer? = null

Expand Down Expand Up @@ -226,7 +223,6 @@ internal const val UNIFFI_CALL_UNEXPECTED_ERROR = 2.toByte()
internal open class UniffiRustCallStatus : Structure() {
@JvmField
var code: Byte = 0

@JvmField
var error_buf: RustBuffer.ByValue = RustBuffer.ByValue()

Expand Down
Binary file modified library/src/main/jniLibs/arm64-v8a/libuniffi_xmtpv3.so
Binary file not shown.
Binary file modified library/src/main/jniLibs/armeabi-v7a/libuniffi_xmtpv3.so
Binary file not shown.
Binary file modified library/src/main/jniLibs/x86/libuniffi_xmtpv3.so
Binary file not shown.
Binary file modified library/src/main/jniLibs/x86_64/libuniffi_xmtpv3.so
Binary file not shown.

0 comments on commit 9ea95c6

Please sign in to comment.