pwlin / cordova-plugin-file-opener2

A File Opener Plugin for Cordova
MIT License
314 stars 584 forks source link

update android framework #201

Closed devmediatree closed 5 years ago

devmediatree commented 6 years ago

It is not working with the most recent cordova and android versions. This fix work for the at least for the android@6.4.0

sykaeh commented 6 years ago

This is also a (almost) duplicate of #198

shnist commented 5 years ago

hi @devmediatree, thank you for your contribution to this project. The new version of the plugin, 2.1.0, now allows you to optionally set the android support version to which ever one you need, e.g. cordova plugin add cordova-plugin-file-opener2 --variable ANDROID_SUPPORT_VERSION=23.+. This is more flexible than hardcoding the support version. As such we'll be closing this PR.