From 11b7f3829f0276128af5b228c8f8137f5e6c1b1c Mon Sep 17 00:00:00 2001 From: Alexandre Jacinto Date: Tue, 21 May 2024 18:06:47 +0100 Subject: [PATCH 1/4] chore: update dependency to OSFirebaseMessagingLib-Android References: https://outsystemsrd.atlassian.net/browse/RMET-3454 --- 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 ce4bf857..e4bd02c4 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.5@aar") + implementation("com.github.outsystems:osfirebasemessaging-android:1.1.7.1@aar") implementation("com.github.outsystems:oslocalnotifications-android:1.0.0@aar") implementation("com.github.outsystems:osnotificationpermissions-android:0.0.4@aar") From 682cf69539191657b6044d2cc69cf783db4c0232 Mon Sep 17 00:00:00 2001 From: Alexandre Jacinto Date: Fri, 31 May 2024 12:32:44 +0100 Subject: [PATCH 2/4] chore: remove logs and update dependency to OSFirebaseMessagingLib-Android References: https://outsystemsrd.atlassian.net/browse/RMET-3454 --- 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 e4bd02c4..ca669407 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.7.1@aar") + implementation("com.github.outsystems:osfirebasemessaging-android:1.1.8@aar") implementation("com.github.outsystems:oslocalnotifications-android:1.0.0@aar") implementation("com.github.outsystems:osnotificationpermissions-android:0.0.4@aar") From 4e08f44d76eb2c3976c820b2eb153b0cae5ee41f Mon Sep 17 00:00:00 2001 From: Alexandre Jacinto Date: Fri, 31 May 2024 14:02:52 +0100 Subject: [PATCH 3/4] chore: change dependency version to test build References: https://outsystemsrd.atlassian.net/browse/RMET-3454 --- 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 ca669407..7b0a15da 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.8@aar") + implementation("com.github.outsystems:osfirebasemessaging-android:1.1.7.13@aar") implementation("com.github.outsystems:oslocalnotifications-android:1.0.0@aar") implementation("com.github.outsystems:osnotificationpermissions-android:0.0.4@aar") From 79d34a02926d5e437699de6c415d5b6a3fc61355 Mon Sep 17 00:00:00 2001 From: Alexandre Jacinto Date: Fri, 31 May 2024 16:53:00 +0100 Subject: [PATCH 4/4] Revert "chore: change dependency version to test build" This reverts commit 4e08f44d76eb2c3976c820b2eb153b0cae5ee41f. --- 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 7b0a15da..ca669407 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.7.13@aar") + implementation("com.github.outsystems:osfirebasemessaging-android:1.1.8@aar") implementation("com.github.outsystems:oslocalnotifications-android:1.0.0@aar") implementation("com.github.outsystems:osnotificationpermissions-android:0.0.4@aar")