@survicate/react-native-survicate 6.4.2 → 6.4.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.
@@ -120,7 +120,7 @@ repositories {
120
120
  dependencies {
121
121
  //noinspection GradleDynamicVersion
122
122
  implementation 'com.facebook.react:react-native:+' // From node_modules
123
- implementation ('com.survicate:survicate-sdk:6.4.1')
123
+ implementation ('com.survicate:survicate-sdk:6.4.2')
124
124
  }
125
125
 
126
126
  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": "6.4.2",
4
+ "version": "6.4.4",
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", "6.4.2"
24
+ s.dependency "Survicate", "6.4.4"
25
25
  # ...
26
26
  # s.dependency "..."
27
27