Update dependency org.matrix.rustcomponents:sdk-android to v25.7.28 (#5088)

* Update dependency org.matrix.rustcomponents:sdk-android to v25.7.28

* Adapt to SDK changes

* Remove Sonatype repos: use Maven Central instead

---------

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-07-29 11:45:52 +02:00 committed by GitHub
parent dc2bc71d26
commit 6017379ecc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 26 additions and 18 deletions

View file

@ -71,6 +71,8 @@ class RoomInfoMapper {
numUnreadNotifications = it.numUnreadNotifications.toLong(),
historyVisibility = it.historyVisibility.map(),
successorRoom = it.successorRoom?.map(),
roomVersion = it.roomVersion,
privilegedCreatorRole = it.privilegedCreatorsRole,
)
}
}