diff --git a/CHANGELOG.md b/CHANGELOG.md index af9d40c..8b8319e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +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.3.1] +## [2.3.0] -- (android): Adds support for `TotalCaloriesBurned` variable and `ActiveCaloriesBurned` permissions (https://outsystemsrd.atlassian.net/browse/RMET-3829). +### Features -## [2.3.0] +- (android): Adds support for `TotalCaloriesBurned` variable and `ActiveCaloriesBurned` permissions (https://outsystemsrd.atlassian.net/browse/RMET-3829). ### Fixes diff --git a/hooks/androidCopyPreferencesPermissions.js b/hooks/androidCopyPreferencesPermissions.js index 3e18d70..ed02431 100644 --- a/hooks/androidCopyPreferencesPermissions.js +++ b/hooks/androidCopyPreferencesPermissions.js @@ -113,13 +113,6 @@ let permissions = { writePermission: "android.permission.health.WRITE_BODY_TEMPERATURE", configValue: undefined, wasSet: false - }, - ActiveCaloriesBurned: { - variableName: "ActiveCaloriesBurned", - readPermission: "android.permission.health.READ_ACTIVE_CALORIES_BURNED", - writePermission: "android.permission.health.WRITE_ACTIVE_CALORIES_BURNED", - configValue: undefined, - wasSet: false } } diff --git a/package.json b/package.json index dbfa6f4..9789eed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.outsystems.plugins.healthfitness", - "version": "2.3.1", + "version": "2.3.0", "description": "Health & Fitness cordova plugin for OutSystems applications.", "keywords": [ "ecosystem:cordova", diff --git a/plugin.xml b/plugin.xml index b951cb5..6c9164e 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 d61847c..9ede201 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.3.1@aar") + implementation("com.github.outsystems:oshealthfitness-android:2.3.0@aar") implementation("com.github.outsystems:osnotificationpermissions-android:0.0.4@aar") // activity