@survicate/react-native-survicate 7.2.0 → 8.0.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.
@@ -118,7 +118,7 @@ repositories {
118
118
  dependencies {
119
119
  //noinspection GradleDynamicVersion
120
120
  implementation 'com.facebook.react:react-native:+' // From node_modules
121
- implementation ('com.survicate:survicate-sdk:7.2.0')
121
+ implementation ('com.survicate:survicate-sdk:8.0.0')
122
122
  }
123
123
 
124
124
  if (isNewArchitectureEnabled()) {
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": "7.2.0",
4
+ "version": "8.0.0",
5
5
  "description": "React Native bindings for Survicate Mobile SDK",
6
6
  "main": "lib/commonjs/index.js",
7
7
  "module": "lib/module/index.js",
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
21
21
  s.requires_arc = true
22
22
 
23
23
  s.dependency "React"
24
- s.dependency "Survicate", "7.2.0"
24
+ s.dependency "Survicate", "8.0.0"
25
25
  # ...
26
26
  # s.dependency "..."
27
27