Skip to content

Commit

Permalink
chore: change version back and erase activecaloriesburned variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsChaceD committed Nov 27, 2024
1 parent 441668e commit 25351d2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 13 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 0 additions & 7 deletions hooks/androidCopyPreferencesPermissions.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plugin id="com.outsystems.plugins.healthfitness" version="2.3.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="com.outsystems.plugins.healthfitness" version="2.3.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>HealthFitness</name>
<description>Health &amp; Fitness cordova plugin for OutSystems applications.</description>
<author>OutSystems Inc</author>
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.3.1@aar")
implementation("com.github.outsystems:oshealthfitness-android:2.3.0@aar")
implementation("com.github.outsystems:osnotificationpermissions-android:0.0.4@aar")

// activity
Expand Down

0 comments on commit 25351d2

Please sign in to comment.