From 1a6f32fb5371b58e2b1d7bf8517fafb59ce5f360 Mon Sep 17 00:00:00 2001 From: Nguon Pisey Date: Wed, 26 Jan 2022 17:06:39 +0700 Subject: [PATCH] Update read me --- CHANGELOG.md | 6 +++++- README.md | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3582cda..b02457b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,4 +13,8 @@ ## 1.0.3 -* Improve gesture on the time bar. \ No newline at end of file +* Improve gesture on the time bar. + +## 1.0.4 + +* Fix the issue can not build release with this plugin. \ No newline at end of file diff --git a/README.md b/README.md index dcdb3eb..fd2c414 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ A Flutter plugin for Android, iOS for playing back video on a Widget surface. ## Installation Copy and paste to dependencies: - flutter_native_player: ^1.0.3 + flutter_native_player: ^1.0.4 -*Note: iOS requires 10.0 or higher and Android requires SDK 16 or higher* +*Note: iOS requires 9.0 or higher and Android requires SDK 16 or higher* **Example:** diff --git a/pubspec.yaml b/pubspec.yaml index 7c78031..de210ff 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_native_player description: A Flutter plugin for Android, iOS for playing back video on a Widget surface. -version: 1.0.3 +version: 1.0.4 homepage: https://github.com/Pisey-Nguon/Flutter_Native_Player environment: