tjvantoll / nativescript-social-share

♻️ A NativeScript plugin for using the iOS/Android social sharing widgets
MIT License
94 stars 48 forks source link

fix: make the plugin androidx compatible #43

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).

EddyVerbruggen commented 5 years ago

Looks good, thanks!

EddyVerbruggen commented 5 years ago

Released.