AnchorFreePartner / hydrasdk-demo-android

Hydra VPN SDK demo app for Android
https://developer.anchorfree.com/
60 stars 31 forks source link

Migrate to AndroidX #91

Open MartinDevi opened 3 years ago

MartinDevi commented 3 years ago

Hello,

The fact that the AnchorFree library still uses the AppCompat libraries is forcing projects using AndroidX (which is likely almost all projects, since it's become the new standard for over 2 years now) consuming this library to rely on the jetifier, which can impact build times for large projects.

Would it be possible to migrate the AppCompat dependencies to AndroidX? This seems like it wouldn't be a complex change to put in place. It would just require a bit of communication (or just a version bump) in case there are any consumer projects which still use AppCompat, but that should be rare given that AndroidX has now been released for over 2 year.

Thanks

timoshenkoav commented 3 years ago

Hello! Thanks for the report. Migration to androidx is in our plans. Will keep you posted