Skip to content

Commit

Permalink
chore: update dependency to OSFirebaseMessagingLib-Android
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgerardojacinto committed Oct 16, 2024
1 parent 6957773 commit 2506567
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ 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]
## [Version 2.3.3]

### Features
- iOS - Subscribes and unsubscribes from `appGeneralTopic` - `appIdentifier-general-topic-ios` when registering and unregistering the device. (https://outsystemsrd.atlassian.net/browse/RMET-2947).
- (ios) Subscribes and unsubscribes from `appGeneralTopic` - `appIdentifier-general-topic-ios` when registering and unregistering the device. (https://outsystemsrd.atlassian.net/browse/RMET-2947).
- (android) Subscribe to app general topic when registering device (and unsubscribe when unregistering) (https://outsystemsrd.atlassian.net/browse/RMET-2948).
- (android) Handle icon and color parameters in setupNotificationBuilder for Android 12+ compatibility

### Fix
- (ios) `NotificationClickedV2` not being triggered when deep link property is not set (https://outsystemsrd.atlassian.net/browse/RMET-3695).

## [Unreleased]
### 04-10-2024
- Feat: Handle icon and color parameters in setupNotificationBuilder for Android 12+ compatibility


## [Version 2.3.2]

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:2.0.1@aar")
implementation("com.github.outsystems:osfirebasemessaging-android:1.2.3-dev@aar")
implementation("com.github.outsystems:osfirebasemessaging-android:1.2.3@aar")
implementation("com.github.outsystems:oslocalnotifications-android:1.1.0@aar")

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

0 comments on commit 2506567

Please sign in to comment.