Skip to content

Commit

Permalink
RMET-2310 FB Cloud Messaging - Update FCM lib and add Local Notificat…
Browse files Browse the repository at this point in the history
…ions Lib (#49)

* feat: update osfirebasemessaging-android

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

* fix: include local notifications lib in build.gradle

* chore: update changelog
  • Loading branch information
alexgerardojacinto authored and OS-ricardomoreirasilva committed Apr 12, 2024
1 parent b727cb4 commit 0ac7643
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ The changes documented here do not include those from the original repository.

## [Unreleased]

## 07-03-2023
- Feat: [Android] Use `OSLocalNotificationsLib` to trigger a local notification immediately (https://outsystemsrd.atlassian.net/browse/RMET-2310).

## 03-03-2023
- Feat: [iOS] Use `OSLocalNotificationsLib` to trigger a local notification immediately (https://outsystemsrd.atlassian.net/browse/RMET-2311).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ apply plugin: 'kotlin-kapt'
dependencies {
implementation("com.github.outsystems:oscore-android:1.2.0@aar")
implementation("com.github.outsystems:oscordova-android:1.2.0@aar")
implementation("com.github.outsystems:osfirebasemessaging-android:1.0.1@aar")
implementation("com.github.outsystems:osfirebasemessaging-android:1.0.2.1@aar")
implementation("com.github.outsystems:oslocalnotifications-android:0.0.2@aar")
implementation("com.github.outsystems:osnotificationpermissions-android:0.0.4@aar")

implementation("com.google.code.gson:gson:2.8.9")
Expand Down

0 comments on commit 0ac7643

Please sign in to comment.