Skip to content

Commit df7c665

Browse files
committed
chore: downgrade args dependency in pubspec.yaml
- Changed `args` dependency version from `^2.4.0` to `^2.3.0` for compatibility reasons.
1 parent a22fda1 commit df7c665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository: https://github.com/Instabug/Instabug-Flutter
88
documentation: https://docs.instabug.com/docs/flutter-overview
99

1010
dependencies:
11-
args: ^2.4.0
11+
args: ^2.3.0
1212
flutter:
1313
sdk: flutter
1414
meta: ^1.3.0

0 commit comments

Comments
 (0)