scatesdk-react 0.3.6 → 0.3.7

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.
@@ -88,6 +88,6 @@ dependencies {
88
88
  // For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
89
89
  //noinspection GradleDynamicVersion
90
90
  implementation "com.facebook.react:react-native:+"
91
- implementation 'com.scate:scatesdk:0.3.10'
91
+ implementation 'com.scate:scatesdk:0.3.17'
92
92
  }
93
93
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scatesdk-react",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "Scate SDK is made for developers to integrate Scate's services into their apps. Please visit https://www.scate.io for more information.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",