react-native-zybanbifbio-module 0.2.0 → 0.2.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.
@@ -27,15 +27,11 @@ android {
27
27
  }
28
28
 
29
29
  rootProject.allprojects {
30
- repositories {
31
- flatDir {
32
- dirs 'libs'
33
- }
34
- maven {
35
- url "https://maven.regulaforensics.com/RegulaDocumentReader"
36
- }
37
-
30
+ repositories {
31
+ maven {
32
+ url "https://maven.regulaforensics.com/RegulaDocumentReader"
38
33
  }
34
+ }
39
35
  }
40
36
 
41
37
  dependencies {
@@ -89,7 +85,7 @@ dependencies {
89
85
  implementation files('libs/zylibuiandroid-debug-0.1.12.aar')
90
86
 
91
87
  /************OCR************/
92
- implementation 'com.google.android.gms:play-services-vision:20.1.3'
88
+ implementation 'com.google.android.gms:play-services-vision:20.1.3'
93
89
 
94
90
  implementation files('libs/zylibregulaocr-debug-1.2.3.aar')
95
91
  implementation files('libs/zy-banbif-validacionfacial-lib-android-debug-5.3.15.aar')
@@ -109,4 +105,4 @@ dependencies {
109
105
 
110
106
  //FIN_ZY_ZYTRUST
111
107
 
112
- }
108
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-zybanbifbio-module",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "bio banbif",
5
5
  "scripts":
6
6
  {