react-native-rook-sdk 0.2.2 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -90,6 +90,6 @@ dependencies {
90
90
  //noinspection GradleDynamicVersion
91
91
  implementation "com.facebook.react:react-native:+"
92
92
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
93
- implementation 'com.rookmotion.android:rook-sdk:0.7.1'
93
+ implementation 'com.rookmotion.android:rook-sdk:0.8.0'
94
94
  }
95
95
 
@@ -12,6 +12,7 @@ import com.rookmotion.rook.sdk.RookEventManager
12
12
  import com.rookmotion.rook.sdk.RookHealthPermissionsManager
13
13
  import com.rookmotion.rook.sdk.RookHelpers
14
14
  import com.rookmotion.rook.sdk.RookSummaryManager
15
+ import com.rookmotion.rook.sdk.RookYesterdaySyncPermissions
15
16
  import com.rookmotion.rook.sdk.domain.enums.HealthPermission
16
17
  import com.rookmotion.rook.sdk.domain.environment.RookAndroidClass
17
18
  import com.rookmotion.rook.sdk.domain.environment.RookEnvironment
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.packageInfo = void 0;
7
7
  var _reactNative = require("react-native");
8
8
  const packageInfo = exports.packageInfo = {
9
- version: '0.2.2',
9
+ version: '0.2.4',
10
10
  isAndroid: _reactNative.Platform.OS === 'android',
11
11
  debug: false
12
12
  };
@@ -1,6 +1,6 @@
1
1
  import { Platform } from 'react-native';
2
2
  export const packageInfo = {
3
- version: '0.2.2',
3
+ version: '0.2.4',
4
4
  isAndroid: Platform.OS === 'android',
5
5
  debug: false
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-rook-sdk",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "Rook sdk for apple health and health connect",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
 
17
17
  s.source_files = "ios/**/*.{h,m,mm}"
18
18
 
19
- s.dependency "RookSDK", "1.3.3"
19
+ s.dependency "RookSDK", "1.3.5"
20
20
 
21
21
  # Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
22
22
  # See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.