Skip to content

Commit

Permalink
Release version 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
javaherisaber committed Oct 25, 2022
1 parent a7452ac commit 93052d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## 4.2.1
* Update CHANGELOG.md

## 4.2.0
* Upgrade example project with latest version of flutter (3.3.5) and Android (33) (Commit#9d2027d)[https://github.com/javaherisaber/open_filex/commit/9d2027d4063194c822bb81c7a74ff20aadb0f2ee]
* Upgrade support for Granular media permissions in Android 33 (Commit#261f446)[https://github.com/javaherisaber/open_filex/commit/261f4463835eb293a059bc09030443d5093bcbd2]
* Remove usages of `REQUEST_INSTALL_PACKAGES` in Android plugin (PR#1)[https://github.com/javaherisaber/open_filex/pull/1]
* Upgrade example project with latest version of flutter (3.3.5) and Android (33) [Commit#9d2027d](https://github.com/javaherisaber/open_filex/commit/9d2027d4063194c822bb81c7a74ff20aadb0f2ee)
* Upgrade support for Granular media permissions in Android 33 [Commit#261f446](https://github.com/javaherisaber/open_filex/commit/261f4463835eb293a059bc09030443d5093bcbd2)
* Remove usages of `REQUEST_INSTALL_PACKAGES` in Android plugin [PR#1](https://github.com/javaherisaber/open_filex/pull/1)

## 4.1.1
* Add filePaths instruction for Android in README.md
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: open_filex
description: A plug-in that can call native APP to open files with string result in flutter, support iOS(UTI) / android(intent) / PC(ffi) / web(dart:html)
version: 4.2.0
version: 4.2.1
homepage: https://github.com/javaherisaber/open_file

dependencies:
Expand Down

0 comments on commit 93052d1

Please sign in to comment.