@sency/react-native-smkit-ui 2.3.0 → 2.3.1
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 +3 -3
- package/package.json +1 -1
package/android/build.gradle
CHANGED
|
@@ -95,13 +95,13 @@ dependencies {
|
|
|
95
95
|
implementation "com.facebook.react:react-android"
|
|
96
96
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
|
97
97
|
|
|
98
|
-
implementation("com.sency.smkitui:smkitui:1.6.
|
|
98
|
+
implementation("com.sency.smkitui:smkitui:1.6.7") {
|
|
99
99
|
exclude group: 'com.facebook.fbjni', module: 'fbjni-java-only'
|
|
100
100
|
// // Don't exclude native libraries
|
|
101
101
|
// exclude group: 'com.facebook.react', module: 'react-native'
|
|
102
102
|
}
|
|
103
|
-
implementation "com.sency.smkit:smkit:1.6.
|
|
104
|
-
implementation "com.sency.smbase.nativeclient:smbase-native-client:1.6.
|
|
103
|
+
implementation "com.sency.smkit:smkit:1.6.7"
|
|
104
|
+
implementation "com.sency.smbase.nativeclient:smbase-native-client:1.6.7"
|
|
105
105
|
|
|
106
106
|
// Gson
|
|
107
107
|
implementation 'com.google.code.gson:gson:2.9.0'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sency/react-native-smkit-ui",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.1",
|
|
4
4
|
"description": "React Native library for SMKit UI - Advanced fitness assessments and workout programs with AI-powered motion detection and real-time performance tracking",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|