PeterStaev / NativeScript-Grid-View

A NatvieScript GridView widget.
Apache License 2.0
49 stars 28 forks source link

Fix for Androidx widgets error for NS6 #63

Closed ali4fun closed 4 years ago

ali4fun commented 5 years ago

I make quick fix for android NS6. add it in gradle file implementation 'androidx.recyclerview:recyclerview:1.0.0' and replace android.support.v7.widget to androidx.recyclerview.widget as documentation in this link https://developer.android.com/jetpack/androidx/migrate/class-mappings.

PeterStaev commented 5 years ago

@ali4fun , I do not see any changes. Also the CI failed above.

PeterStaev commented 4 years ago

No response from contributor, so closing this one.