From fbda3dfa99f38ba5380361d9ef9e8174134014ff Mon Sep 17 00:00:00 2001 From: Krille Date: Wed, 14 Jun 2023 12:54:36 +0200 Subject: [PATCH] builds: Pin matrix api lite --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index b4d10127..ffd0484f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git environment: - sdk: ">=2.18.0 <3.0.0" + sdk: ">=2.18.0 <4.0.0" dependencies: async: ^2.8.0 @@ -22,7 +22,7 @@ dependencies: image: ^4.0.15 js: ^0.6.3 markdown: ^4.0.0 - matrix_api_lite: ^1.6.1 + matrix_api_lite: ">=1.6.0 <1.7.0" # Pinned until compatible with 1.7.x mime: ^1.0.0 olm: ^2.0.2 random_string: ^2.3.1