Update SDK
This commit is contained in:
parent
4ce0b62241
commit
fa50f03fdd
3 changed files with 4 additions and 4 deletions
|
|
@ -28,6 +28,6 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation(name: 'sdk-android-release', ext: 'aar')
|
||||
implementation(name: 'matrix-rust-sdk', ext: 'aar')
|
||||
implementation "net.java.dev.jna:jna:5.10.0@aar"
|
||||
}
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
package io.element.android.x.sdk.matrix
|
||||
|
||||
import android.content.Context
|
||||
import uniffi.matrix_sdk_ffi.AuthenticationService
|
||||
import org.matrix.rustcomponents.sdk.AuthenticationService
|
||||
import java.io.File
|
||||
|
||||
class Matrix(
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
package io.element.android.x.sdk.matrix
|
||||
|
||||
import android.util.Log
|
||||
import uniffi.matrix_sdk_ffi.Client
|
||||
import uniffi.matrix_sdk_ffi.ClientDelegate
|
||||
import org.matrix.rustcomponents.sdk.Client
|
||||
import org.matrix.rustcomponents.sdk.ClientDelegate
|
||||
|
||||
class MatrixClient internal constructor(
|
||||
private val client: Client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue