build: Update to Matrix SDK 0.32.0

This commit is contained in:
Krille 2024-08-09 11:35:11 +02:00
parent 84075133fa
commit 02430a952d
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
4 changed files with 8 additions and 4 deletions

View file

@ -2754,5 +2754,6 @@
"version": {}
}
},
"changelog": "Changelog"
"changelog": "Changelog",
"sendCanceled": "Sending canceled"
}

View file

@ -347,4 +347,7 @@ class MatrixLocals extends MatrixLocalizations {
@override
String invitedBy(String senderName) => l10n.invitedBy(senderName);
@override
String get cancelledSend => l10n.sendCanceled;
}

View file

@ -1210,10 +1210,10 @@ packages:
dependency: "direct main"
description:
name: matrix
sha256: d1955846aaf5a5c6d353a90ce4133b9c99581cd64f4fe9e389e5f8b95157ca3b
sha256: "4357245df2a64c435456d1faee55cb33a9fd30aa0df97aacd6abd52b68f70aa1"
url: "https://pub.dev"
source: hosted
version: "0.31.0"
version: "0.32.0"
meta:
dependency: transitive
description:

View file

@ -64,7 +64,7 @@ dependencies:
keyboard_shortcuts: ^0.1.4
latlong2: ^0.9.1
linkify: ^5.0.0
matrix: ^0.31.0
matrix: ^0.32.0
native_imaging: ^0.1.1
opus_caf_converter_dart: ^1.0.1
package_info_plus: ^6.0.0