From 600626df96033a564d341043dbe9578c785605a3 Mon Sep 17 00:00:00 2001 From: Alexandre Jacinto Date: Tue, 12 Dec 2023 16:53:31 +0000 Subject: [PATCH] chore: update dependency version References: https://outsystemsrd.atlassian.net/browse/RMET-3013 --- src/android/com/outsystems/firebase/cloudmessaging/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/com/outsystems/firebase/cloudmessaging/build.gradle b/src/android/com/outsystems/firebase/cloudmessaging/build.gradle index eba5e4f1..ce4bf857 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:1.2.0@aar") - implementation("com.github.outsystems:osfirebasemessaging-android:1.1.3@aar") + implementation("com.github.outsystems:osfirebasemessaging-android:1.1.5@aar") implementation("com.github.outsystems:oslocalnotifications-android:1.0.0@aar") implementation("com.github.outsystems:osnotificationpermissions-android:0.0.4@aar")