capacitor-community / file-opener

Capacitor File Opener. The plugin is able to open a file given the mimeType and the file uri. This plugin is similar to cordova-plugin-file-opener2 without installation support.
MIT License
67 stars 13 forks source link

[CHORE] update README to mention the plugin version to be used for Capacitor 4 #42

Closed ryaa closed 1 year ago

ryaa commented 1 year ago

Updated README to mention that for Capacitor 4 with gradle 7.x the plugin version 1.0.4 must be used. The plugin version 1.0.5 is compatible with Capacitor 5 which requires gradle version 8.0.

See the related ticket https://github.com/capacitor-community/file-opener/issues/41#issuecomment-1559059650

I may also need to change the peer dependency accordingly.