react-native-rook-sdk 2.1.0-rc.1 → 2.1.0
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.
package/android/build.gradle
CHANGED
|
@@ -92,7 +92,7 @@ dependencies {
|
|
|
92
92
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
|
93
93
|
implementation 'com.google.code.gson:gson:2.13.0'
|
|
94
94
|
|
|
95
|
-
implementation("io.tryrook.android:rook-sdk-samsung:1.
|
|
96
|
-
implementation 'com.rookmotion.android:rook-sdk:2.
|
|
95
|
+
implementation("io.tryrook.android:rook-sdk-samsung:1.1.0")
|
|
96
|
+
implementation 'com.rookmotion.android:rook-sdk:2.4.0'
|
|
97
97
|
}
|
|
98
98
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-rook-sdk",
|
|
3
|
-
"version": "2.1.0
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "Rook sdk for apple health and health connect",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|
|
@@ -30,7 +30,8 @@
|
|
|
30
30
|
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
|
|
31
31
|
"prepare": "bob build",
|
|
32
32
|
"release": "release-it",
|
|
33
|
-
"prepare-deploy": "node prepare-deploy.js"
|
|
33
|
+
"prepare-deploy": "node prepare-deploy.js",
|
|
34
|
+
"check-status": "git status && git stash"
|
|
34
35
|
},
|
|
35
36
|
"keywords": [
|
|
36
37
|
"react-native",
|
|
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
|
|
|
16
16
|
|
|
17
17
|
s.source_files = "ios/**/*.{h,m,mm,swift}"
|
|
18
18
|
|
|
19
|
-
s.dependency "RookSDK", "1.7.
|
|
19
|
+
s.dependency "RookSDK", "1.7.9"
|
|
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.
|