Skip to content

Commit

Permalink
RMET-3393 H&F Plugin - Fix incompatibility with AppShield plugin (#141)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
1 parent 84540d5 commit 3a9c365
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a9c365

Please sign in to comment.