From b424a8ad3a05ad00358ac9adde78d70c42302273 Mon Sep 17 00:00:00 2001 From: Alexandre Jacinto Date: Tue, 7 May 2024 11:36:09 +0100 Subject: [PATCH 1/2] RMET-2995 OneSignal Plugin - Fix crash in app message (#31) * fix: include dependency for CardView Context: Not having this dependency in the Gradle file was resulting in a NoClassDefFoundError being thrown. References: https://outsystemsrd.atlassian.net/browse/RMET-2995 * chore: update changelog References: https://outsystemsrd.atlassian.net/browse/RMET-2995 --- CHANGELOG.md | 9 +++++++-- build-extras-onesignal.gradle | 1 + 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd73e994..58a2566f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] -## 2.11.1-OS10 +### Fixes + +- Android | Add gradle dependency to CardView. (https://outsystemsrd.atlassian.net/browse/RMET-2995). + +## [2.11.1-OS10] ### Fixes - Update Android SDK to version `3.15.5-OS5`. This fix the issue (https://outsystemsrd.atlassian.net/browse/RPM-4691). -## 2.11.1-OS9 +## [2.11.1-OS9] ### Features diff --git a/build-extras-onesignal.gradle b/build-extras-onesignal.gradle index 5b8ea3e4..53b70371 100644 --- a/build-extras-onesignal.gradle +++ b/build-extras-onesignal.gradle @@ -65,4 +65,5 @@ dependencies { implementation 'com.google.android.gms:play-services-tasks:18.0.2' implementation 'com.google.android.gms:play-services-stats:17.0.3' api 'com.google.firebase:firebase-messaging:20.2.1' + implementation 'androidx.cardview:cardview:1.0.0' } From aef59376685a6e3c773d459aedc79d8d21cf063a Mon Sep 17 00:00:00 2001 From: Marta Carlos Date: Mon, 13 May 2024 16:13:51 +0100 Subject: [PATCH 2/2] chore: raise version --- CHANGELOG.md | 2 +- package.json | 2 +- plugin.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58a2566f..5ea80eb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [2.11.1-OS11] ### Fixes diff --git a/package.json b/package.json index 88b72771..516de784 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.11.1-OS10", + "version": "2.11.1-OS11", "name": "onesignal-cordova-plugin", "cordova_name": "OneSignal Push Notifications", "description": "OneSignal is a high volume Push Notification service for mobile apps. In addition to basic notification delivery, OneSignal also provides tools to localize, target, schedule, and automate notifications that you send.", diff --git a/plugin.xml b/plugin.xml index edf7f984..11ca955b 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="2.11.1-OS11"> OneSignal Push Notifications Josh Kasten, Bradley Hesse, Rodrigo Gomez-Palacio