react-native-move-sdk 2.6.3 → 2.6.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.
@@ -141,7 +141,7 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
141
141
  dependencies {
142
142
  // noinspection GradleDynamicVersion
143
143
 
144
- implementation "com.facebook.react:react-android:+"
144
+ implementation "com.facebook.react:react-native:+"
145
145
  api "io.dolphin.move:move-sdk:2.6.2.76"
146
146
 
147
147
  testImplementation 'junit:junit:4.13.2'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-move-sdk",
3
- "version": "2.6.3",
3
+ "version": "2.6.4",
4
4
  "description": "React Native library for MOVE SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",