Update dependency org.matrix.rustcomponents:sdk-android to v26.05.6 (#6734)

* Update dependency org.matrix.rustcomponents:sdk-android to v26.05.6

* Fix API breaks:

- Add `RoomMember.isServiceMember`.
- Add `beacon` and `beaconInfo` power levels.

---------

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] 2026-05-06 15:31:52 +02:00 committed by GitHub
parent 34f001d22c
commit f4cf704335
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 29 additions and 4 deletions

View file

@ -19,4 +19,6 @@ data class RoomPowerLevelsValues(
val roomAvatar: Long,
val roomTopic: Long,
val spaceChild: Long,
val beacon: Long,
val beaconInfo: Long,
)