wymsee / cordova-imagePicker

Cordova Plugin For Multiple Image Selection
MIT License
407 stars 853 forks source link

Fix of LinkedHashMap visibility problem. #276

Open joseluisballesterosdelval opened 5 years ago

joseluisballesterosdelval commented 5 years ago

In some new versions of Cordova & Ionic, when Cordova tries to compile android plugin code, it fails because LinkedHashMap.Entry was referred from an scope where it not was visible. This reference has been changed for Map.Entry. It has been tested and it works fine.