build: Update openssl to 0.5.0
Signed-off-by: Krille <c.kussowski@famedly.com>
This commit is contained in:
parent
072a6d0960
commit
d72998e7e9
4 changed files with 6 additions and 3 deletions
|
|
@ -102,6 +102,7 @@
|
|||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"commandHint_roomupgrade": "Upgrade this room to the given room version",
|
||||
"commandHint_googly": "Send some googly eyes",
|
||||
"@commandHint_googly": {},
|
||||
"commandHint_cuddle": "Send a cuddle",
|
||||
|
|
|
|||
|
|
@ -78,6 +78,8 @@ String commandHint(L10n l10n, String command) {
|
|||
return l10n.commandHint_ignore;
|
||||
case 'unignore':
|
||||
return l10n.commandHint_unignore;
|
||||
case 'roomupgrade':
|
||||
return l10n.commandHint_roomupgrade;
|
||||
default:
|
||||
return "";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -617,10 +617,10 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
name: flutter_openssl_crypto
|
||||
sha256: "6dcecf6f7c1804ae6f5d73ee05df8af72ea8133bf2447d25979d739503186c96"
|
||||
sha256: "293b4fcda13ab0710645a16e82f3d5b7de19bfc0ab2d06bcdb87637222eda5e1"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "0.3.0"
|
||||
version: "0.5.0"
|
||||
flutter_plugin_android_lifecycle:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ dependencies:
|
|||
flutter_map: ^6.1.0
|
||||
flutter_new_badger: ^1.1.1
|
||||
flutter_olm: 2.0.0
|
||||
flutter_openssl_crypto: ^0.3.0
|
||||
flutter_openssl_crypto: ^0.5.0
|
||||
flutter_secure_storage: ^9.2.2
|
||||
flutter_shortcuts_new: ^2.0.0
|
||||
flutter_typeahead: ## Custom fork from flutter_typeahead since the package is not maintain well.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue