react-native-okhi 1.0.26-beta.10 → 1.0.26-beta.11
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/.gradle/7.4.2/checksums/checksums.lock +0 -0
- package/android/.gradle/7.4.2/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/android/.gradle/7.4.2/dependencies-accessors/gc.properties +0 -0
- package/android/.gradle/7.4.2/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/7.4.2/fileChanges/last-build.bin +0 -0
- package/android/.gradle/7.4.2/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/7.4.2/gc.properties +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +2 -0
- package/android/.gradle/vcs-1/gc.properties +0 -0
- package/android/build.gradle +1 -1
- package/lib/commonjs/OkCollect/app.json +1 -1
- package/lib/module/OkCollect/app.json +1 -1
- package/package.json +1 -1
- package/src/OkCollect/app.json +1 -1
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
File without changes
|
package/android/build.gradle
CHANGED
|
@@ -126,7 +126,7 @@ dependencies {
|
|
|
126
126
|
//noinspection GradleDynamicVersion
|
|
127
127
|
implementation "com.facebook.react:react-native:+"
|
|
128
128
|
implementation 'com.github.okhi:android-core:v1.4.8'
|
|
129
|
-
implementation 'com.github.okhi:android-okverify:v1.
|
|
129
|
+
implementation 'com.github.okhi:android-okverify:v1.7.0'
|
|
130
130
|
// From node_modules
|
|
131
131
|
}
|
|
132
132
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-okhi",
|
|
3
|
-
"version": "1.0.26-beta.
|
|
3
|
+
"version": "1.0.26-beta.11",
|
|
4
4
|
"description": "The OkHi React Native library enables you to collect and verify addresses from your users",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|
package/src/OkCollect/app.json
CHANGED