react-native-okhi 1.0.25 → 1.0.26-beta.1

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.
@@ -125,8 +125,8 @@ repositories {
125
125
  dependencies {
126
126
  //noinspection GradleDynamicVersion
127
127
  implementation "com.facebook.react:react-native:+"
128
- implementation 'com.github.okhi:android-core:v1.4.4'
129
- implementation 'com.github.okhi:android-okverify:v1.5.3'
128
+ implementation 'com.github.okhi:android-core:v1.4.8'
129
+ implementation 'com.github.okhi:android-okverify:v1.6.1'
130
130
  // From node_modules
131
131
  }
132
132
 
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "okhiWebReactNative",
3
- "version": "1.0.25"
3
+ "version": "1.0.26-beta.1"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "okhiWebReactNative",
3
- "version": "1.0.25"
3
+ "version": "1.0.26-beta.1"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-okhi",
3
- "version": "1.0.25",
3
+ "version": "1.0.26-beta.1",
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",
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "okhiWebReactNative",
3
- "version": "1.0.25"
3
+ "version": "1.0.26-beta.1"
4
4
  }