pusher / push-notifications-android

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

Fix Android 12 crash #128

Closed akaita closed 2 years ago

akaita commented 2 years ago

This PR fixes #127

Pusher is using an old version of WorkManager which makes apps crash as soon as they are launched.

Version 2.7.0-alpha02 adds Android 12 compatibility: https://developer.android.com/jetpack/androidx/releases/work#2.7.0-alpha02

This PR upgrades WorkManager to the latest stable version: 2.7.0