From 2506567c06c7db61664651093559a80ddbb47051 Mon Sep 17 00:00:00 2001 From: Alexandre Jacinto Date: Wed, 16 Oct 2024 18:07:35 +0100 Subject: [PATCH] chore: update dependency to OSFirebaseMessagingLib-Android References: https://outsystemsrd.atlassian.net/browse/RMET-2948 --- CHANGELOG.md | 8 ++++---- .../com/outsystems/firebase/cloudmessaging/build.gradle | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ee97ee..ac55b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/src/android/com/outsystems/firebase/cloudmessaging/build.gradle b/src/android/com/outsystems/firebase/cloudmessaging/build.gradle index 4ff8c93..43baac1 100644 --- a/src/android/com/outsystems/firebase/cloudmessaging/build.gradle +++ b/src/android/com/outsystems/firebase/cloudmessaging/build.gradle @@ -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")