nstudio / nativescript-cardview

:diamonds: :clubs: NativeScript widget for Material Design CardView
MIT License
282 stars 51 forks source link

fix: make the plugin androidx compatible #108

Closed tgpetrov closed 5 years ago

tgpetrov commented 5 years ago

As this plugin uses the old Android Support Libraries, it will not be compatible with the upcoming NativeScript 6.0 release which will use AndroidX by default. The changes from this PR make the plugin compatible with the AndroidX library (NS 6.0) and with the old libraries (NS before 6.0).