react-native-zybanbifbio-module 0.2.0 → 0.2.2
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 +12 -12
- package/package.json +1 -1
package/android/build.gradle
CHANGED
|
@@ -14,8 +14,6 @@ apply plugin: 'com.android.library'
|
|
|
14
14
|
apply plugin: 'kotlin-android'
|
|
15
15
|
|
|
16
16
|
android {
|
|
17
|
-
// Conditional for compatibility with AGP <4.2.
|
|
18
|
-
|
|
19
17
|
compileSdk 34
|
|
20
18
|
|
|
21
19
|
defaultConfig {
|
|
@@ -24,18 +22,20 @@ android {
|
|
|
24
22
|
versionCode 1
|
|
25
23
|
versionName "1.0"
|
|
26
24
|
}
|
|
25
|
+
|
|
26
|
+
lint {
|
|
27
|
+
//disable 'MissingTranslation', 'TypographyFractions'
|
|
28
|
+
abortOnError false
|
|
29
|
+
checkReleaseBuilds false
|
|
30
|
+
}
|
|
27
31
|
}
|
|
28
32
|
|
|
29
33
|
rootProject.allprojects {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
}
|
|
34
|
-
maven {
|
|
35
|
-
url "https://maven.regulaforensics.com/RegulaDocumentReader"
|
|
36
|
-
}
|
|
37
|
-
|
|
34
|
+
repositories {
|
|
35
|
+
maven {
|
|
36
|
+
url "https://maven.regulaforensics.com/RegulaDocumentReader"
|
|
38
37
|
}
|
|
38
|
+
}
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
dependencies {
|
|
@@ -89,7 +89,7 @@ dependencies {
|
|
|
89
89
|
implementation files('libs/zylibuiandroid-debug-0.1.12.aar')
|
|
90
90
|
|
|
91
91
|
/************OCR************/
|
|
92
|
-
implementation 'com.google.android.gms:play-services-vision:20.1.3'
|
|
92
|
+
implementation 'com.google.android.gms:play-services-vision:20.1.3'
|
|
93
93
|
|
|
94
94
|
implementation files('libs/zylibregulaocr-debug-1.2.3.aar')
|
|
95
95
|
implementation files('libs/zy-banbif-validacionfacial-lib-android-debug-5.3.15.aar')
|
|
@@ -109,4 +109,4 @@ dependencies {
|
|
|
109
109
|
|
|
110
110
|
//FIN_ZY_ZYTRUST
|
|
111
111
|
|
|
112
|
-
}
|
|
112
|
+
}
|