build: Update to Matrix SDK 0.32.0
This commit is contained in:
parent
84075133fa
commit
02430a952d
4 changed files with 8 additions and 4 deletions
|
|
@ -2754,5 +2754,6 @@
|
||||||
"version": {}
|
"version": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"changelog": "Changelog"
|
"changelog": "Changelog",
|
||||||
|
"sendCanceled": "Sending canceled"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -347,4 +347,7 @@ class MatrixLocals extends MatrixLocalizations {
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String invitedBy(String senderName) => l10n.invitedBy(senderName);
|
String invitedBy(String senderName) => l10n.invitedBy(senderName);
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get cancelledSend => l10n.sendCanceled;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1210,10 +1210,10 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: matrix
|
name: matrix
|
||||||
sha256: d1955846aaf5a5c6d353a90ce4133b9c99581cd64f4fe9e389e5f8b95157ca3b
|
sha256: "4357245df2a64c435456d1faee55cb33a9fd30aa0df97aacd6abd52b68f70aa1"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.31.0"
|
version: "0.32.0"
|
||||||
meta:
|
meta:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ dependencies:
|
||||||
keyboard_shortcuts: ^0.1.4
|
keyboard_shortcuts: ^0.1.4
|
||||||
latlong2: ^0.9.1
|
latlong2: ^0.9.1
|
||||||
linkify: ^5.0.0
|
linkify: ^5.0.0
|
||||||
matrix: ^0.31.0
|
matrix: ^0.32.0
|
||||||
native_imaging: ^0.1.1
|
native_imaging: ^0.1.1
|
||||||
opus_caf_converter_dart: ^1.0.1
|
opus_caf_converter_dart: ^1.0.1
|
||||||
package_info_plus: ^6.0.0
|
package_info_plus: ^6.0.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue