Skip to content

Commit

Permalink
Release FCM v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ofavre committed Oct 27, 2021
1 parent d01436a commit 62012c5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions packages/fcm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 1.0.4

* 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](https://developer.android.com/about/versions/12/behavior-changes-12#exported).

## 1.0.3

* Update to WonderPush Android SDK FCM module v1.0.3:
Expand Down
2 changes: 1 addition & 1 deletion packages/fcm/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.wonderpush.sdk.flutter.fcm'
version '1.0'
version '1.0.4'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion packages/fcm/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: wonderpush_fcm_flutter
description: Mobile push notification delivery with the WonderPush service. The WonderPush Flutter SDK makes it easy to add push notifications to your iOS and Android apps. FCM compatibility module.
version: 1.0.3
version: 1.0.4
homepage: https://www.wonderpush.com/

environment:
Expand Down

0 comments on commit 62012c5

Please sign in to comment.