From 62012c5953398310ae7d100677665f3eec10c083 Mon Sep 17 00:00:00 2001 From: Olivier Favre Date: Wed, 27 Oct 2021 15:20:10 +0200 Subject: [PATCH] Release FCM v1.0.4 --- packages/fcm/CHANGELOG.md | 16 ++++++++++++++++ packages/fcm/android/build.gradle | 2 +- packages/fcm/pubspec.yaml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/packages/fcm/CHANGELOG.md b/packages/fcm/CHANGELOG.md index 24b1a57..9f25481 100644 --- a/packages/fcm/CHANGELOG.md +++ b/packages/fcm/CHANGELOG.md @@ -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: diff --git a/packages/fcm/android/build.gradle b/packages/fcm/android/build.gradle index 70838b1..bdeb1f2 100644 --- a/packages/fcm/android/build.gradle +++ b/packages/fcm/android/build.gradle @@ -1,5 +1,5 @@ group 'com.wonderpush.sdk.flutter.fcm' -version '1.0' +version '1.0.4' buildscript { repositories { diff --git a/packages/fcm/pubspec.yaml b/packages/fcm/pubspec.yaml index 094c4d9..1f86dcb 100644 --- a/packages/fcm/pubspec.yaml +++ b/packages/fcm/pubspec.yaml @@ -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: