realm / realm-android-adapters

Adapters for combining Realm Java with Android UI components and framework classes
realm.io
Apache License 2.0
414 stars 134 forks source link

Upgrade project to use AndroidX #154

Closed cmelchior closed 5 years ago

cmelchior commented 6 years ago

Replaces https://github.com/realm/realm-android-adapters/pull/151

With AndroidX now considered stable and all new Android development happening there we should migrate the adapters to this as well.

This PR moves everything to use the relevant androidX dependencies.