@survicate/react-native-survicate 6.4.3 → 6.4.5
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.
package/android/build.gradle
CHANGED
|
@@ -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.
|
|
123
|
+
implementation ('com.survicate:survicate-sdk:6.4.3')
|
|
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.
|
|
4
|
+
"version": "6.4.5",
|
|
5
5
|
"description": "React Native bindings for Survicate Mobile SDK",
|
|
6
6
|
"main": "lib/commonjs/index.js",
|
|
7
7
|
"module": "lib/module/index.js",
|