react-native-okhi 1.1.1-beta → 1.1.1-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.
@@ -2,6 +2,7 @@ buildscript {
2
2
  repositories {
3
3
  google()
4
4
  mavenCentral()
5
+ maven { url "https://repo.okhi.io/artifactory/maven" }
5
6
  }
6
7
 
7
8
  dependencies {
@@ -125,8 +126,8 @@ repositories {
125
126
  dependencies {
126
127
  //noinspection GradleDynamicVersion
127
128
  implementation "com.facebook.react:react-native:+"
128
- implementation 'com.github.OkHi:android-core:v1.7.3-sdk31'
129
- implementation 'com.github.OkHi:android-okverify:v1.9.11-sdk31'
129
+ implementation 'io.okhi.android:core:1.7.15'
130
+ implementation 'io.okhi.android:okverify:1.9.27'
130
131
  // From node_modules
131
132
  }
132
133
 
@@ -1,5 +1,5 @@
1
1
  Okhi_kotlinVersion=1.7.0
2
2
  Okhi_minSdkVersion=21
3
- Okhi_targetSdkVersion=31
4
- Okhi_compileSdkVersion=31
3
+ Okhi_targetSdkVersion=33
4
+ Okhi_compileSdkVersion=33
5
5
  Okhi_ndkversion=21.4.7075529
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "okhiWebReactNative",
3
- "version": "1.1.1-beta"
3
+ "version": "1.1.1-beta.1"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "okhiWebReactNative",
3
- "version": "1.1.1-beta"
3
+ "version": "1.1.1-beta.1"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-okhi",
3
- "version": "1.1.1-beta",
3
+ "version": "1.1.1-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.1.1-beta"
3
+ "version": "1.1.1-beta.1"
4
4
  }