[SDK] [Flutter] Release FCM v1.0.3
June 29th, 2021 by Olivier Favre
Changelog:
- Update to WonderPush Android SDK FCM module v1.0.3:
- Upgrade
firebase-messagingto get rid of a dependency on pre-AndroidX support libraries. Without this change you needed to useandroid.enableJetifier=true. - Upgrade
firebase-messagingto be compatible with versions 22+, as they replaced their Instance ID SDK with their Installations SDK.
WonderPush failed to retrieve a push token with such versions of the dependency. This only affected users that depended on Firebase outside of WonderPush if one of their dependencies forced thefirebase-messagingto use version 22+.
- Upgrade
