react-native-move-sdk 2.4.5 → 2.4.6

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.
@@ -142,7 +142,7 @@ dependencies {
142
142
  // noinspection GradleDynamicVersion
143
143
 
144
144
  implementation "com.facebook.react:react-native:+"
145
- api "io.dolphin.move:move-sdk:2.4.2.71"
145
+ api "io.dolphin.move:move-sdk:2.5.2.72"
146
146
 
147
147
  testImplementation 'junit:junit:4.13.2'
148
148
  testImplementation "androidx.test:core:1.4.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-move-sdk",
3
- "version": "2.4.5",
3
+ "version": "2.4.6",
4
4
  "description": "React Native library for MOVE SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",