Merge pull request #1708 from krille-chan/krille/update-openssl-0-5-0

build: Update openssl to 0.5.0
pull/1709/head
Krille-chan 5 months ago committed by GitHub
commit bbb6a0ed90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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