@survicate/react-native-survicate 7.3.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.
package/android/build.gradle
CHANGED
|
@@ -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:
|
|
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": "
|
|
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",
|