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.
package/android/build.gradle
CHANGED
|
@@ -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 '
|
|
129
|
-
implementation '
|
|
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
|
|
package/package.json
CHANGED
package/src/OkCollect/app.json
CHANGED