From 3a9c365db54dfa945569259cda3c5bee866c0ef8 Mon Sep 17 00:00:00 2001 From: Alexandre Jacinto Date: Thu, 23 May 2024 12:51:20 +0100 Subject: [PATCH] RMET-3393 H&F Plugin - Fix incompatibility with AppShield plugin (#141) * chore: update dependency to OSHealthFitnessLib-Android References: https://outsystemsrd.atlassian.net/browse/RMET-3393 * misc: add logs for troubleshooting * chore: update dependency to OSHealthFitnessLib-Android References: https://outsystemsrd.atlassian.net/browse/RMET-3393 * chore: update dependency to OSHealthFitnessLib-Android * chore: update dependency to OSHealthFitnessLib-Android References: https://outsystemsrd.atlassian.net/browse/RMET-3393 * chore: remove troubleshoot logs References: https://outsystemsrd.atlassian.net/browse/RMET-3393 * chore: remove unused import References: https://outsystemsrd.atlassian.net/browse/RMET-3393 * chore: update dependency to OSHealthFitnessLib-Android References: https://outsystemsrd.atlassian.net/browse/RMET-3393 * chore: revert change from previous commit References: https://outsystemsrd.atlassian.net/browse/RMET-3393 * chore: update changelog References: https://outsystemsrd.atlassian.net/browse/RMET-3393 * chore: include date in changelog entry References: https://outsystemsrd.atlassian.net/browse/RMET-3393 * chore: lower dependency version for testing * chore: add PR feedback References: https://outsystemsrd.atlassian.net/browse/RMET-3393 --------- Co-authored-by: OS-ricardomoreirasilva --- CHANGELOG.md | 5 +++++ src/android/build.gradle | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdb3826..3baeb09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ 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. +## [2.1.1] + +### 2024-05-22 +- Fix: Fixes incompatibility with AppShield plugin by updating dependency to Android native library (https://outsystemsrd.atlassian.net/browse/RMET-3393). + ## [2.1.0] ### 2024-05-09 diff --git a/src/android/build.gradle b/src/android/build.gradle index de31315..660c9dc 100644 --- a/src/android/build.gradle +++ b/src/android/build.gradle @@ -25,7 +25,7 @@ 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:oshealthfitness-android:2.1.0@aar") + implementation("com.github.outsystems:oshealthfitness-android:2.1.0.5@aar") implementation("com.github.outsystems:osnotificationpermissions-android:0.0.4@aar") // activity