react-native-zybanbifbio-module 0.2.2 → 0.3.0

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.
@@ -1,37 +1,46 @@
1
1
  buildscript {
2
- repositories {
3
- google()
4
- mavenCentral()
5
- }
2
+ repositories {
3
+ google()
4
+ mavenCentral()
5
+ }
6
6
 
7
- dependencies {
8
- classpath "com.android.tools.build:gradle:8.1.1"
9
- classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.22"
10
- }
7
+ dependencies {
8
+ classpath "com.android.tools.build:gradle:8.1.1"
9
+ classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.22"
10
+ }
11
11
  }
12
12
 
13
13
  apply plugin: 'com.android.library'
14
14
  apply plugin: 'kotlin-android'
15
15
 
16
16
  android {
17
- compileSdk 34
17
+ compileSdk 34
18
18
 
19
- defaultConfig {
20
- minSdkVersion 21
21
- targetSdk 34
22
- versionCode 1
23
- versionName "1.0"
24
- }
19
+ defaultConfig {
20
+ minSdkVersion 21
21
+ targetSdk 34
22
+ versionCode 1
23
+ versionName "1.0"
24
+ }
25
25
 
26
- lint {
27
- //disable 'MissingTranslation', 'TypographyFractions'
28
- abortOnError false
29
- checkReleaseBuilds false
30
- }
26
+ lint {
27
+ //disable 'MissingTranslation', 'TypographyFractions'
28
+ abortOnError false
29
+ checkReleaseBuilds false
30
+ }
31
+ packagingOptions {
32
+ exclude 'META-INF/DEPENDENCIES'
33
+ exclude 'META-INF/NOTICE'
34
+ exclude 'META-INF/LICENSE'
35
+ }
31
36
  }
32
37
 
33
38
  rootProject.allprojects {
34
39
  repositories {
40
+ mavenCentral()
41
+ maven {
42
+ url "https://repo.zytrust.com/artifactory/zy-mobile-maven"
43
+ }
35
44
  maven {
36
45
  url "https://maven.regulaforensics.com/RegulaDocumentReader"
37
46
  }
@@ -39,74 +48,73 @@ rootProject.allprojects {
39
48
  }
40
49
 
41
50
  dependencies {
42
- //INICIO_ZY_ZYTRUST
43
- implementation("com.facebook.react:react-android")
44
-
45
- implementation 'com.regula.documentreader.core:fullauth:7.4.11455'
46
- implementation('com.regula.documentreader:api:7.4.10090') {
47
- transitive = true;
48
- }
49
- implementation 'androidx.appcompat:appcompat:1.4.0'
50
- implementation 'com.google.android.material:material:1.5.0'
51
-
52
- /************************gson***********************************/
53
- implementation 'com.google.code.gson:gson:2.8.7'
54
-
55
- /** * Retrofit ***/
56
- implementation 'com.squareup.okhttp3:logging-interceptor:4.7.2'
57
- implementation 'com.squareup.okhttp3:okhttp:4.7.2'
58
- implementation 'com.squareup.retrofit2:retrofit:2.9.0'
59
- implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
60
- /** * Retrofit ***/
61
-
62
- implementation 'androidx.annotation:annotation:1.0.0'
63
-
64
- implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
65
- //implementation 'com.airbnb.android:lottie:3.0.1'
66
-
67
- implementation "pl.droidsonroids.gif:android-gif-drawable:1.2.6"
68
-
69
- implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.20'
70
- implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'
71
- implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1'
72
-
73
- implementation files('libs/smartFace-4.32.1.aar')
74
- implementation files('libs/service_provider_local-1.2.5.aar')
75
- implementation files('libs/plugin-core-4.32.1.aar')
76
- implementation files('libs/remote-logging-1.0.8.aar')
77
- implementation files('libs/smartsdk-face-native-lkms-2.4.0-face.aar')
78
- implementation files('libs/plugin-face-4.32.1.aar')
79
- implementation files('libs/lkms-core-4.1.0.aar')
80
- implementation files('libs/plugin-algorithm-f6-0-idd80-4.32.1.aar')
81
- implementation files('libs/plugin-face-normal-4.32.1.aar')
82
- implementation files('libs/zyOFacial_v9-debug-1.8.10.aar')
83
- implementation files('libs/device-environment-2.1.1.1.aar')
84
-
85
- implementation files('libs/lkms-shared-2.1.0-alpha2.jar')
86
- implementation files('libs/lkms-client-crypto-2.1.0-alpha2.jar')
87
- implementation files('libs/metadata-crypto-1.0.2.jar')
88
-
89
- implementation files('libs/zylibuiandroid-debug-0.1.12.aar')
90
-
91
- /************OCR************/
92
- implementation 'com.google.android.gms:play-services-vision:20.1.3'
51
+ //INICIO_ZY_ZYTRUST
52
+ implementation("com.facebook.react:react-android")
53
+
54
+ implementation 'androidx.appcompat:appcompat:1.4.0'
55
+ implementation 'com.google.android.material:material:1.5.0'
56
+
57
+ /************************gson***********************************/
58
+ implementation 'com.google.code.gson:gson:2.8.7'
59
+
60
+ /** * Retrofit ***/
61
+ implementation 'com.squareup.okhttp3:logging-interceptor:4.7.2'
62
+ implementation 'com.squareup.okhttp3:okhttp:4.7.2'
63
+ implementation 'com.squareup.retrofit2:retrofit:2.9.0'
64
+ implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
65
+ /** * Retrofit ***/
66
+
67
+ implementation 'androidx.annotation:annotation:1.0.0'
68
+
69
+ implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
70
+ //implementation 'com.airbnb.android:lottie:3.0.1'
71
+
72
+ implementation "pl.droidsonroids.gif:android-gif-drawable:1.2.6"
73
+
74
+ implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.20'
75
+ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'
76
+ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1'
77
+
78
+ implementation 'morpho.mph_bio_sdk.android:SmartFace:4.32.1@aar'//AGREGAR PRIMORDIAL INIT 0
79
+ implementation 'morpho.lkms-android:service_provider_local:1.2.5@aar'//3
80
+ implementation 'com.idemia.smartsdk:plugin-core:4.32.1@aar'//5
81
+ implementation 'com.idemia.logging:remote-logging:1.0.8@aar'//9
82
+ implementation 'com.idemia.smartsdk:smartsdk-face-native-lkms:2.4.0@aar'//13 TODO: cuando se compile la cuenta de zytrust usar implementation 'com.idemia.smartsdk:smartsdk-face-native-lkms:2.4.0@aar'
83
+ implementation 'com.idemia.smartsdk:plugin-face:4.32.1@aar' //14
84
+ implementation 'com.idemia.lkms:lkms-core:4.1.0@aar'//4
85
+ implementation 'com.idemia.smartsdk:plugin-algorithm-f6-0-idd80:4.32.1@aar'//15
86
+ implementation 'com.idemia.smartsdk:plugin-face-normal:4.32.1@aar'//12
87
+ implementation 'com.morpho.lkms.android.sdk.deviceenvironment:device-environment:2.1.2@aar'//4
88
+ implementation 'morpho.lkms-server:lkms-shared:2.1.0-alpha2'//4
89
+ implementation 'com.idemia.smartsdk.remote:metadata-crypto:1.0.2'//11 es jar
90
+ implementation 'morpho.lkms-server:lkms-client-crypto:2.1.0-alpha2'//4
91
+
92
+ implementation(group: 'com.zy.android.lib.bio.facial.api', name: 'facial', version: '1.8.11', ext: 'aar')
93
+ implementation(group: 'com.zy.banbif.lib.zylibuiandroid.ui.pantallas', name: 'ui', version: '0.1.15', ext: 'aar')
94
+
95
+ /************OCR************/
96
+ implementation 'com.google.android.gms:play-services-vision:20.1.3'
97
+ implementation 'com.regula.documentreader.core:fullauth:7.4.11455'
98
+ implementation('com.regula.documentreader:api:7.4.10090') {
99
+ transitive = true;
100
+ }
101
+ implementation(group: 'com.zy.regula.sdk', name: 'capturaDocumento', version: '1.2.8', ext: 'aar')
93
102
 
94
- implementation files('libs/zylibregulaocr-debug-1.2.3.aar')
95
- implementation files('libs/zy-banbif-validacionfacial-lib-android-debug-5.3.15.aar')
103
+ implementation(group: 'com.zy.banbif.android.lib.sdk', name: 'validacionfacial', version: '5.3.20', ext: 'aar')
96
104
 
97
- implementation 'net.zetetic:android-database-sqlcipher:4.5.3'
98
- implementation 'org.apache.commons:commons-imaging:1.0-alpha2'
99
- implementation 'androidx.security:security-crypto:1.1.0-alpha01'
100
- implementation 'androidx.activity:activity:1.9.1'
105
+ implementation 'net.zetetic:android-database-sqlcipher:4.5.3'
106
+ implementation 'org.apache.commons:commons-imaging:1.0-alpha2'
107
+ implementation 'androidx.security:security-crypto:1.1.0-alpha01'
108
+ implementation 'androidx.activity:activity:1.9.1'
101
109
 
102
- /*********************ENCRYPTACION SERVICIO**********************/
103
- implementation 'commons-codec:commons-codec:1.10'
104
- implementation 'com.auth0.android:jwtdecode:2.0.0'
110
+ /*********************ENCRYPTACION SERVICIO**********************/
111
+ implementation 'commons-codec:commons-codec:1.10'
112
+ implementation 'com.auth0.android:jwtdecode:2.0.0'
105
113
 
106
- /****************************************************************/
114
+ /****************************************************************/
107
115
 
108
- implementation 'com.airbnb.android:lottie:6.0.1'
116
+ implementation 'com.airbnb.android:lottie:6.0.1'
109
117
 
110
- //FIN_ZY_ZYTRUST
118
+ //FIN_ZY_ZYTRUST
111
119
 
112
120
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-zybanbifbio-module",
3
- "version": "0.2.2",
3
+ "version": "0.3.0",
4
4
  "description": "bio banbif",
5
5
  "scripts":
6
6
  {
Binary file
Binary file
Binary file
Binary file
Binary file