@survicate/react-native-survicate 1.1.2 → 1.1.3

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.
@@ -77,7 +77,7 @@ repositories {
77
77
  dependencies {
78
78
  //noinspection GradleDynamicVersion
79
79
  implementation 'com.facebook.react:react-native:+' // From node_modules
80
- implementation 'com.survicate:survicate-sdk:1.5.2'
80
+ implementation 'com.survicate:survicate-sdk:1.5.5'
81
81
  }
82
82
 
83
83
  def configureReactNativePom(def pom) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@survicate/react-native-survicate",
3
3
  "title": "React Native Survicate Bindings",
4
- "version": "1.1.2",
4
+ "version": "1.1.3",
5
5
  "description": "React Native bindings for Survicate Mobile SDK",
6
6
  "main": "index.js",
7
7
  "scripts": {