Skip to content

Commit

Permalink
RMET-3608 OneSignal-Cordova-SDK - Update dependency to FCM Android SDK (
Browse files Browse the repository at this point in the history
#36)

* feat: update FB Messaging Android library

References: https://outsystemsrd.atlassian.net/browse/RMET-3608

* feat: use Firebase BOM to get FB Cloud Messaging lib

Context: According to the documentation, this is the recommended way of controlling Firebase library versions. This way, using the Firebase Android BOM, an app with multiple Firebase Android libraries will always use compatible versions of these libraries.

References: https://outsystemsrd.atlassian.net/browse/RMET-3608

* Revert "feat: use Firebase BOM to get FB Cloud Messaging lib"

This reverts commit a3e6be3.

* fix: add necessary Firebase library for OneSignal to work with latest version of Cloud Messaging

Context: https://firebase.google.com/support/release-notes/android?_gl=1*d5zec9*_up*MQ..*_ga*OTY5NjA2OTg5LjE3MjYwNTUwMDE.*_ga_CW55HF8NVT*MTcyNjA1NTAwMS4xLjAuMTcyNjA1NTAwMS4wLjAuMA..#messaging_v22-0-0

References: https://outsystemsrd.atlassian.net/browse/RMET-3608

* chore: update changelog

References: https://outsystemsrd.atlassian.net/browse/RMET-3608
  • Loading branch information
alexgerardojacinto authored Sep 13, 2024
1 parent 83b97a3 commit aa3f7a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Features

- Android | Update dependency to FCM Android library (https://outsystemsrd.atlassian.net/browse/RMET-3608).

## [2.11.1-OS11]

### Fixes
Expand Down
3 changes: 2 additions & 1 deletion build-extras-onesignal.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ dependencies {
implementation 'com.google.android.gms:play-services-basement:18.2.0'
implementation 'com.google.android.gms:play-services-tasks:18.0.2'
implementation 'com.google.android.gms:play-services-stats:17.0.3'
api 'com.google.firebase:firebase-messaging:20.2.1'
api 'com.google.firebase:firebase-messaging:24.0.1'
api 'com.google.firebase:firebase-iid:21.1.0'
implementation 'androidx.cardview:cardview:1.0.0'
}

0 comments on commit aa3f7a3

Please sign in to comment.