fix(deps): update dependency org.matrix.rustcomponents:sdk-android to v25.3.24 (#4394)

* fix(deps): update dependency org.matrix.rustcomponents:sdk-android to v25.3.24

* Fix SDK changes related to:
    - OIDC authentication.
    - Element Call widget URL generation.
    - Forced trace logging in the SDK.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
This commit is contained in:
renovate[bot] 2025-03-24 17:07:44 +01:00 committed by GitHub
parent 5f3cf874e2
commit 3597774dd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 76 additions and 31 deletions

View file

@ -10,7 +10,7 @@ package io.element.android.libraries.matrix.api.widget
import java.util.UUID
interface CallWidgetSettingsProvider {
fun provide(
suspend fun provide(
baseUrl: String,
widgetId: String = UUID.randomUUID().toString(),
encrypted: Boolean,