From 5aea84996b34676f64414a7565c55f5091b508f5 Mon Sep 17 00:00:00 2001 From: provokateurin Date: Mon, 19 Feb 2024 12:25:21 +0100 Subject: [PATCH] fix(nextcloud): Set correct intl version constraint to allow all 0.19.x versions Signed-off-by: provokateurin --- packages/nextcloud/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nextcloud/pubspec.yaml b/packages/nextcloud/pubspec.yaml index 05184fd2784..075e47f15c0 100644 --- a/packages/nextcloud/pubspec.yaml +++ b/packages/nextcloud/pubspec.yaml @@ -19,7 +19,7 @@ dependencies: crypton: ^2.0.0 dynamite_runtime: ^0.2.0 http: ^1.2.0 - intl: '>=0.17.0 <=0.19.0' + intl: '>=0.17.0 <0.20.0' json_annotation: ^4.8.1 meta: ^1.0.0 universal_io: ^2.0.0