Skip to content

FCM v1.0.4

Compare
Choose a tag to compare
@ofavre ofavre released this 27 Oct 13:21
· 74 commits to master since this release

Changelog:

  • Update to WonderPush Android SDK FCM module v1.0.4:
    • Declare missing exported attribute for Android 12 compatibility

This update is required if your application uses targetSdk 31.
This releases fixes the following build error:

Manifest merger failed : Apps targeting Android 12 and higher are required
to specify an explicit value for android:exported when the corresponding
component has an intent filter defined.

See the related Android 12 change.