Skip to content

Commit bdac0dc

Browse files
author
github-actions
committed
Bump SDK version to 25.11.4 (matrix-rust-sdk to 1a384f0049e2d4a63faccca9d62d645165e39944)
1 parent 351bb70 commit bdac0dc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object BuildVersionsSDK {
22
const val majorVersion = 25
3-
const val minorVersion = 10
4-
const val patchVersion = 31
3+
const val minorVersion = 11
4+
const val patchVersion = 4
55
}

sdk/sdk-android/src/main/kotlin/org/matrix/rustcomponents/sdk/matrix_sdk_ffi.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2688,11 +2688,11 @@ internal object UniffiLib {
26882688
uniffiCallbackInterfaceUnableToDecryptDelegate.register(this)
26892689
uniffiCallbackInterfaceVerificationStateListener.register(this)
26902690
uniffiCallbackInterfaceWidgetCapabilitiesProvider.register(this)
2691-
uniffi.matrix_sdk_common.uniffiEnsureInitialized()
2692-
uniffi.matrix_sdk_base.uniffiEnsureInitialized()
26932691
uniffi.matrix_sdk.uniffiEnsureInitialized()
2694-
uniffi.matrix_sdk_ui.uniffiEnsureInitialized()
2692+
uniffi.matrix_sdk_base.uniffiEnsureInitialized()
2693+
uniffi.matrix_sdk_common.uniffiEnsureInitialized()
26952694
uniffi.matrix_sdk_crypto.uniffiEnsureInitialized()
2695+
uniffi.matrix_sdk_ui.uniffiEnsureInitialized()
26962696

26972697
}
26982698
external fun uniffi_matrix_sdk_ffi_fn_clone_checkcodesender(`handle`: Long,uniffi_out_err: UniffiRustCallStatus,

0 commit comments

Comments
 (0)