Update dependency org.matrix.rustcomponents:sdk-android to v26.1.27 (#6096)

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

* Fix breaking API changes: `LeaveSpaceRoom.isLastAdmin` is now `LeaveSpaceRoom.isLastOwner`.

* Rename `isLastAdmin` to `isLastOwner` in our codebase too.

---------

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-01-27 15:02:55 +00:00 committed by GitHub
parent 03bd85b3fc
commit bcd707d307
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 51 additions and 51 deletions

View file

@ -10,5 +10,5 @@ package io.element.android.libraries.matrix.api.spaces
data class LeaveSpaceRoom(
val spaceRoom: SpaceRoom,
val isLastAdmin: Boolean,
val isLastOwner: Boolean,
)