Skip to content

Commit

Permalink
revamp: advance query and android bridge
Browse files Browse the repository at this point in the history
- includes the changes to the library's advance query
- changes the plugin bridge to extend `CordovaPlugin` instead of CordovaImplementation
  • Loading branch information
OS-martacarlos committed Nov 21, 2024
1 parent 9c6a3ec commit 8e96433
Show file tree
Hide file tree
Showing 5 changed files with 263 additions and 152 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ 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.

## [Unreleased]

### Fixes

- (android): Fixes advanced query for custom aggregation metrics (https://outsystemsrd.atlassian.net/browse/RMET-3831)

## [2.2.1]

### Fixes
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.2.1@aar")
implementation("com.github.outsystems:oshealthfitness-android:2.3.0-dev1@aar")
implementation("com.github.outsystems:osnotificationpermissions-android:0.0.4@aar")

// activity
Expand Down
Loading

0 comments on commit 8e96433

Please sign in to comment.