pusher / push-notifications-android

Android SDK for Pusher Beams
https://www.pusher.com/beams
MIT License
21 stars 21 forks source link

Migrate library to AndroidX #112

Closed julioromano closed 3 years ago

julioromano commented 3 years ago

This Pusher library still relies on 2 years old Android Support libraries.

Google is encouraging all developers to migrate from using Support Libraries to AndroidX as the former is not receiving any more updates.

More info at: https://developer.android.com/jetpack/androidx/migrate

This is the last external dependency of our project to use the older support libraries and it's currently preventing us from disabling Jetifier.

Please consider upgrading to AndroidX.