From 286acbc11a73a548eb62207b271743a4a745ef83 Mon Sep 17 00:00:00 2001 From: krille-chan Date: Sun, 12 May 2024 10:25:47 +0200 Subject: [PATCH] chore: Disable db cache test --- pubspec.lock | 9 +++++---- pubspec.yaml | 4 ++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index d3c9cad78..31512be39 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1209,10 +1209,11 @@ packages: matrix: dependency: "direct main" description: - name: matrix - sha256: b9aa3c1bdb1ca16c2365bb3681f861eeeb86acd0ea2df9c9ba453fdbcb564076 - url: "https://pub.dev" - source: hosted + path: "." + ref: "krille/test-disable-db-cache" + resolved-ref: ce79fbb1717b8c16b29d1748d5282e87b17e7c0d + url: "https://github.com/famedly/matrix-dart-sdk.git" + source: git version: "0.29.1" meta: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index 9f23b88e8..dd9d53651 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -161,3 +161,7 @@ dependency_overrides: git: url: https://github.com/TheOneWithTheBraid/keyboard_shortcuts.git ref: null-safety + matrix: + git: + url: https://github.com/famedly/matrix-dart-sdk.git + ref: krille/test-disable-db-cache \ No newline at end of file