Skip to content

Commit

Permalink
Release FCM v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ofavre committed Jan 3, 2022
1 parent 0fef6c5 commit e879adb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/fcm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.5

* Upgrade to WonderPush Android SDK FCM v1.0.5
* Check for other conflicting `FirebaseMessagingService`s and provide with resolution stategies right from logcat.
* Replace JCenter repository with Maven Central

## 1.0.4

* Update to WonderPush Android SDK FCM module v1.0.4:
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.4'
version '1.0.5'

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.4
version: 1.0.5
homepage: https://www.wonderpush.com/

environment:
Expand Down

0 comments on commit e879adb

Please sign in to comment.