diff --git a/CHANGELOG.md b/CHANGELOG.md index 26c932a36..f29cd1e61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,6 +60,7 @@ - fix: Open external account management when trying to delete devices (Christian Kußowski) - fix: Use retry http client (Christian Kußowski) - fix: Workaround for reversed width and height of compressed videos sent from Android (Christian Kußowski) +- refactor: Add support for Room version 12 via matrix dart sdk update - refactor: Better UX for accepting declining invite (krille-chan) - refactor: ignore bubble gradient when using system high contrast mode (Christian Kußowski) - refactor: Make notification avatars rounded (krille-chan) diff --git a/pubspec.lock b/pubspec.lock index b7700e0a8..f2d6cb399 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1200,10 +1200,10 @@ packages: dependency: "direct main" description: name: matrix - sha256: "0c033a6ebf4ed2f56ed604769984072961fefc0cb255a802ed441dcaec490196" + sha256: "4e6c186115ee041c430aa5ed5210499d60e4323f907cea1f5e8a2f73a513a1bf" url: "https://pub.dev" source: hosted - version: "1.1.0" + version: "1.1.1" meta: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index ce0f0fa99..e47716b1b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -57,7 +57,7 @@ dependencies: just_audio: ^0.10.4 latlong2: ^0.9.1 linkify: ^5.0.0 - matrix: ^1.1.0 + matrix: ^1.1.1 mime: ^2.0.0 native_imaging: ^0.2.0 opus_caf_converter_dart: ^1.0.1