From 8bffac260ce1f4656d39c43cd466e092d1f21c0a Mon Sep 17 00:00:00 2001 From: Navaron Bracke Date: Mon, 10 Jun 2024 10:47:11 +0200 Subject: [PATCH] pubspec + changelog --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bccfaeea..04dd8a9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 8.0.5 +### Android +Updates the minimum SDK version to 21, to match the current Flutter minimum Android SDK version. + ## 8.0.4 ### Android Removes references to Flutter v1 android embedding classes. diff --git a/pubspec.yaml b/pubspec.yaml index 42771cb2..6147c99a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A package that allows you to use a native file explorer to pick sin homepage: https://github.com/miguelpruivo/plugins_flutter_file_picker repository: https://github.com/miguelpruivo/flutter_file_picker issue_tracker: https://github.com/miguelpruivo/flutter_file_picker/issues -version: 8.0.4 +version: 8.0.5 dependencies: flutter: