File tree 7 files changed +266
-166
lines changed
com/outsystems/plugins/healthfitness
7 files changed +266
-166
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
The changes documented here do not include those from the original repository.
8
8
9
+ ## [ 2.3.0]
10
+
11
+ ### Fixes
12
+
13
+ - (android): Fixes advanced query for custom aggregation metrics (https://outsystemsrd.atlassian.net/browse/RMET-3831 )
14
+
9
15
## [ 2.2.1]
10
16
11
17
### Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.outsystems.plugins.healthfitness" ,
3
- "version" : " 2.2.1 " ,
3
+ "version" : " 2.3.0 " ,
4
4
"description" : " Health & Fitness cordova plugin for OutSystems applications." ,
5
5
"keywords" : [
6
6
" ecosystem:cordova" ,
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2
- <plugin id =" com.outsystems.plugins.healthfitness" version =" 2.2.1 " xmlns =" http://apache.org/cordova/ns/plugins/1.0" xmlns : android =" http://schemas.android.com/apk/res/android" >
2
+ <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" >
3
3
<name >HealthFitness</name >
4
4
<description >Health & Fitness cordova plugin for OutSystems applications.</description >
5
5
<author >OutSystems Inc</author >
29
29
30
30
<!-- HealthFitness Plugin -->
31
31
<source-file src =" src/android/com/outsystems/plugins/healthfitness/OSHealthFitness.kt" target-dir =" app/src/main/kotlin/com/outsystems/plugins/healthfitness" />
32
+ <source-file src =" src/android/com/outsystems/plugins/healthfitness/OSHealthFitnessWarning.kt" target-dir =" app/src/main/kotlin/com/outsystems/plugins/healthfitness" />
33
+ <source-file src =" src/android/com/outsystems/plugins/healthfitness/TimeUnitSerializer.kt" target-dir =" app/src/main/kotlin/com/outsystems/plugins/healthfitness" />
32
34
33
35
<framework src =" src/android/build.gradle" custom =" true" type =" gradleReference" />
34
36
<framework src =" org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.4.3" />
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies{
25
25
26
26
implementation(" com.github.outsystems:oscore-android:1.2.0@aar" )
27
27
implementation(" com.github.outsystems:oscordova-android:2.0.1@aar" )
28
- implementation(" com.github.outsystems:oshealthfitness-android:2.2.1 @aar" )
28
+ implementation(" com.github.outsystems:oshealthfitness-android:2.3.0 @aar" )
29
29
implementation(" com.github.outsystems:osnotificationpermissions-android:0.0.4@aar" )
30
30
31
31
// activity
You can’t perform that action at this time.
0 commit comments