From 6084d36ed21c1e6f4dad7b397aedc8f398caa874 Mon Sep 17 00:00:00 2001 From: TheOneWithTheBraid Date: Tue, 27 Dec 2022 14:38:22 +0100 Subject: [PATCH] chore: bump matrix sdk Signed-off-by: TheOneWithTheBraid --- pubspec.lock | 10 ++++------ pubspec.yaml | 6 +----- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 096e4c18..53649498 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -941,12 +941,10 @@ packages: matrix: dependency: "direct main" description: - path: "." - ref: "krille/remove-transaction-workaround" - resolved-ref: "4643b75391f7252d5f416646d113892acd3d0964" - url: "https://gitlab.com/famedly/company/frontend/famedlysdk.git" - source: git - version: "0.15.9" + name: matrix + url: "https://pub.dartlang.org" + source: hosted + version: "0.15.11" matrix_api_lite: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 43f28073..5528e99b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -59,7 +59,7 @@ dependencies: just_audio: ^0.9.20 keyboard_shortcuts: ^0.1.4 latlong2: ^0.8.1 - matrix: ^0.15.9 + matrix: ^0.15.11 matrix_homeserver_recommendations: ^0.3.0 matrix_link_text: ^1.0.2 native_imaging: ^0.1.0 @@ -161,7 +161,3 @@ dependency_overrides: git: url: https://github.com/TheOneWithTheBraid/keyboard_shortcuts.git ref: null-safety - matrix: - git: - url: https://gitlab.com/famedly/company/frontend/famedlysdk.git - ref: krille/remove-transaction-workaround \ No newline at end of file