auth0 / Guardian.Android

Android toolkit for Auth0 Guardian API
https://auth0.com/guardian
MIT License
5 stars 18 forks source link

Migrate to AndroidX #94

Closed lbalmaceda closed 3 years ago

lbalmaceda commented 3 years ago

The changes in this PR are required in order to fix the unit tests. The latest Robolectric version requires AndroidX, so this SDK nos requires it as well.

This represents a breaking change for those applications that are not using AndroidX already. Fortunately, since the Playstore enforces targeting SDK API 29 and above, this requirement should already be met by most of the apps.

joseluisdiaz commented 3 years ago

Looks good! :-)