omadahealth / SwipyRefreshLayout

A SwipeRefreshLayout extension that allows to swipe in both direction
MIT License
963 stars 218 forks source link

Migrate to AndroidX #74

Closed persource closed 4 years ago

persource commented 5 years ago

We are using this library since long time and it works great. We have recently Migrating to AndroidX, although by adding android.enableJetifier=true and android.useAndroidX=true in gradle.properties converts all support package of dependency at build time. The stable release of 28.0.0 will be the final feature release packaged as android.support. All subsequent feature releases will only be made available as androidx-packaged artifacts. For more detail please check. I suggest you to update the library with AndroidX to avoid confusion.

heinzan commented 5 years ago

same

JagrutDesaiOH commented 4 years ago

Sorry, we are no longer maintaining this, I suggest you go look at this file https://github.com/android/architecture-samples/blob/master/app/src/main/java/com/example/android/architecture/blueprints/todoapp/ScrollChildSwipeRefreshLayout.kt