react-native-okhi 1.2.2 → 1.2.3-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.
@@ -10,6 +10,17 @@ buildscript {
10
10
  }
11
11
  }
12
12
 
13
+ allprojects {
14
+ repositories {
15
+ google()
16
+ mavenCentral()
17
+ maven { url 'https://jitpack.io' }
18
+ maven { // <--- add this as part of the repos
19
+ url "https://repo.okhi.io/artifactory/maven"
20
+ }
21
+ }
22
+ }
23
+
13
24
  def isNewArchitectureEnabled() {
14
25
  return rootProject.hasProperty("newArchEnabled") && rootProject.getProperty("newArchEnabled") == "true"
15
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-okhi",
3
- "version": "1.2.2",
3
+ "version": "1.2.3-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",