From 3b1edc87251f96ea1ca570e91b049afb6b1f7b02 Mon Sep 17 00:00:00 2001 From: Alexandre Jacinto Date: Thu, 17 Oct 2024 12:15:51 +0100 Subject: [PATCH] chore: raise version to 2.4.0 References: https://outsystemsrd.atlassian.net/browse/RMET-2948 --- CHANGELOG.md | 2 +- package.json | 2 +- plugin.xml | 2 +- src/android/com/outsystems/firebase/cloudmessaging/build.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9996616..f8002c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ 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. -## [Version 2.3.3] +## [Version 2.4.0] ### Features - (android) Subscribes and unsubscribes from `appGeneralTopic` - `appIdentifier-general-topic-android` when registering and unregistering the device. (https://outsystemsrd.atlassian.net/browse/RMET-2948). diff --git a/package.json b/package.json index cc641b6..bedf3fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.outsystems.firebase.cloudmessaging", - "version": "2.3.3", + "version": "2.4.0", "description": "Outsystems plugin for Firebase Cloud Messaging", "keywords": [ "ecosystem:cordova", diff --git a/plugin.xml b/plugin.xml index 16eb409..bab75bb 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + OSFirebaseCloudMessaging Outsystems plugin for Firebase Cloud Messaging diff --git a/src/android/com/outsystems/firebase/cloudmessaging/build.gradle b/src/android/com/outsystems/firebase/cloudmessaging/build.gradle index 43baac1..60e83c6 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@aar") + implementation("com.github.outsystems:osfirebasemessaging-android:1.3.0@aar") implementation("com.github.outsystems:oslocalnotifications-android:1.1.0@aar") implementation("com.google.code.gson:gson:2.8.9")