build: Update openssl to 0.5.0

Signed-off-by: Krille <c.kussowski@famedly.com>
pull/1708/head
Krille 7 months ago
parent 072a6d0960
commit d72998e7e9
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -102,6 +102,7 @@
"type": "String", "type": "String",
"placeholders": {} "placeholders": {}
}, },
"commandHint_roomupgrade": "Upgrade this room to the given room version",
"commandHint_googly": "Send some googly eyes", "commandHint_googly": "Send some googly eyes",
"@commandHint_googly": {}, "@commandHint_googly": {},
"commandHint_cuddle": "Send a cuddle", "commandHint_cuddle": "Send a cuddle",

@ -78,6 +78,8 @@ String commandHint(L10n l10n, String command) {
return l10n.commandHint_ignore; return l10n.commandHint_ignore;
case 'unignore': case 'unignore':
return l10n.commandHint_unignore; return l10n.commandHint_unignore;
case 'roomupgrade':
return l10n.commandHint_roomupgrade;
default: default:
return ""; return "";
} }

@ -617,10 +617,10 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
name: flutter_openssl_crypto name: flutter_openssl_crypto
sha256: "6dcecf6f7c1804ae6f5d73ee05df8af72ea8133bf2447d25979d739503186c96" sha256: "293b4fcda13ab0710645a16e82f3d5b7de19bfc0ab2d06bcdb87637222eda5e1"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "0.3.0" version: "0.5.0"
flutter_plugin_android_lifecycle: flutter_plugin_android_lifecycle:
dependency: transitive dependency: transitive
description: description:

@ -39,7 +39,7 @@ dependencies:
flutter_map: ^6.1.0 flutter_map: ^6.1.0
flutter_new_badger: ^1.1.1 flutter_new_badger: ^1.1.1
flutter_olm: 2.0.0 flutter_olm: 2.0.0
flutter_openssl_crypto: ^0.3.0 flutter_openssl_crypto: ^0.5.0
flutter_secure_storage: ^9.2.2 flutter_secure_storage: ^9.2.2
flutter_shortcuts_new: ^2.0.0 flutter_shortcuts_new: ^2.0.0
flutter_typeahead: ## Custom fork from flutter_typeahead since the package is not maintain well. flutter_typeahead: ## Custom fork from flutter_typeahead since the package is not maintain well.

Loading…
Cancel
Save