Skip to content

Commit

Permalink
Merge pull request #94 from OutSystems/feat/RMET-3407/open-class
Browse files Browse the repository at this point in the history
RMET-3407 FCM Plugin - Update OSHealthFitnessLib-Android to `1.1.7`
  • Loading branch information
alexgerardojacinto authored May 15, 2024
2 parents 7ff804b + bfb60cb commit 714a4f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

The changes documented here do not include those from the original repository.

## Unreleased
## [Unreleased]

### 15-05-2024
- Feat: Update dependency to OSFirebaseMessagingLib-Android, making `FirebaseMessagingReceiveService` an open class so it can be extended (https://outsystemsrd.atlassian.net/browse/RMET-3407).

### 17-04-2024
- Fix: Properly serialize data objects with annotation (https://outsystemsrd.atlassian.net/browse/RMET-3109).

- Feat: Deal with `sounds` as a resource in ODC. (https://outsystemsrd.atlassian.net/browse/RMET-3315)

## 2.1.0
## [Version 2.1.0]

- Fix: Make `cleanUp` hook only run after all sound files are copied successfully. (https://outsystemsrd.atlassian.net/browse/RMET-3326)
- Chore: Update cordova hooks with new OutSystems specific errors. (https://outsystemsrd.atlassian.net/browse/RMET-3302)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ 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.1.6@aar")
implementation("com.github.outsystems:osfirebasemessaging-android:1.1.7@aar")
implementation("com.github.outsystems:oslocalnotifications-android:1.0.0@aar")
implementation("com.github.outsystems:osnotificationpermissions-android:0.0.4@aar")

Expand Down

0 comments on commit 714a4f1

Please sign in to comment.