@survicate/react-native-survicate 2.1.0 → 2.4.0

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.
@@ -74,5 +74,5 @@ repositories {
74
74
  dependencies {
75
75
  //noinspection GradleDynamicVersion
76
76
  implementation 'com.facebook.react:react-native:+' // From node_modules
77
- implementation 'com.survicate:survicate-sdk:2.1.0'
77
+ implementation 'com.survicate:survicate-sdk:2.4.0'
78
78
  }
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": "2.1.0",
4
+ "version": "2.4.0",
5
5
  "description": "React Native bindings for Survicate Mobile SDK",
6
6
  "main": "index.js",
7
7
  "scripts": {
@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
20
20
  s.requires_arc = true
21
21
 
22
22
  s.dependency "React"
23
- s.dependency "Survicate", "2.1.0"
23
+ s.dependency "Survicate", "2.4.0"
24
24
  # ...
25
25
  # s.dependency "..."
26
26
  end