diff --git a/CHANGELOG.md b/CHANGELOG.md index 6019c7d..ae1f168 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [2.2.1] + +### Fixes + +- (android): Replace removeLast with compatible List method (https://outsystemsrd.atlassian.net/browse/RMET-3593). + ## [2.2.0] ### Features diff --git a/package.json b/package.json index afa9228..6eb4fec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.outsystems.plugins.healthfitness", - "version": "2.2.0", + "version": "2.2.1", "description": "Health & Fitness cordova plugin for OutSystems applications.", "keywords": [ "ecosystem:cordova", diff --git a/plugin.xml b/plugin.xml index 9b6a361..af656b1 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + HealthFitness Health & Fitness cordova plugin for OutSystems applications. OutSystems Inc diff --git a/src/android/build.gradle b/src/android/build.gradle index 5066c87..c213568 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.2.0@aar") + implementation("com.github.outsystems:oshealthfitness-android:2.2.1@aar") implementation("com.github.outsystems:osnotificationpermissions-android:0.0.4@aar") // activity