pwlin / cordova-plugin-file-opener2

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

[MISC] fix build error with support 23.+ #211

Closed LightZam closed 5 years ago

LightZam commented 6 years ago

fix bug describe in #207

:processDebugResources
ERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:fontVariationSettings 
ERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:ttcIndex

close #207

shnist commented 5 years ago

hi @LightZam, thank you for your contribution to this project. We have recently merged #234, which allows you to optionally specify an android_support_version at run time. This is more flexible than hardcoding the support version to a specific value, as this may not be compatible in combination with other plugins. As such we'll be closing this pull request.