From e34ca030d7db794bfc162c82ec919534ae4217d4 Mon Sep 17 00:00:00 2001 From: Ahmed Hnewa <73608287+freshtechtips@users.noreply.github.com> Date: Sat, 14 Oct 2023 17:10:47 +0300 Subject: [PATCH] Fix device_info_plus version --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ad6587e..fb0798b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # [7.4.10] -- Update the minimum version of device_info_plus to 10.0.0 +- Update the minimum version of device_info_plus to 9.0.3 # [7.4.9] - Style recognition fixes. diff --git a/pubspec.yaml b/pubspec.yaml index fbf5912b..6616e383 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -20,7 +20,7 @@ dependencies: characters: ^1.3.0 diff_match_patch: ^0.4.1 i18n_extension: ^9.0.2 - device_info_plus: ^10.0.0 + device_info_plus: ^9.0.3 platform: ^3.1.3 pasteboard: ^0.2.0