From b9daf27c62126e093dc20d2281bf293a748ca4c1 Mon Sep 17 00:00:00 2001 From: Wenqi Li Date: Sun, 7 May 2023 02:01:33 +0800 Subject: [PATCH] release version 1.2.1 --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2194157..8c4b05c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.2.1 + +Change DATE_TAKEN to DATE_ADDED of media column in android code. + +Add size property of medium. + +Update AndroidManifest.xml with removing requestLegacyExternalStorage flag and SplashScreen meta-data tag. + ## 1.2.0 Upgrade versions of flutter, android sdk, kotlin, gradle and so on. diff --git a/pubspec.yaml b/pubspec.yaml index 6ac907c..b23d4bd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: photo_gallery description: A Flutter plugin that retrieves images and videos from mobile native gallery. -version: 1.2.0 +version: 1.2.1 repository: https://github.com/Firelands128/photo_gallery environment: