react-native-zybanbifbio-module 0.8.5 → 0.9.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.
@@ -19,7 +19,7 @@ android {
19
19
  compileSdk 34
20
20
 
21
21
  defaultConfig {
22
- minSdkVersion 21
22
+ minSdkVersion 24
23
23
  targetSdk 34
24
24
  versionCode 1
25
25
  versionName "1.0"
@@ -48,6 +48,13 @@ rootProject.allprojects {
48
48
  maven {
49
49
  url = uri("https://repo.zytrust.com/artifactory/zy-mobile-maven")
50
50
  }
51
+ maven {
52
+ url = "https://identy.jfrog.io/identy/identy-face-release"
53
+ credentials {
54
+ username = 'zytrust'
55
+ password = 'yK54WHqgel8PztBHwXZn7'
56
+ }
57
+ }
51
58
  }
52
59
  }
53
60
 
@@ -59,10 +66,13 @@ dependencies {
59
66
  implementation 'com.google.android.material:material:1.5.0'
60
67
 
61
68
  /************************gson***********************************/
62
- implementation(group: 'com.zy.banbif.android.lib.sdk', name: 'validacionfacial', version: '6.1.0', ext: 'aar'){
69
+ implementation(group: 'com.zy.banbif.android.lib.sdk', name: 'validacionfacial', version: '7.0.0', ext: 'aar'){
63
70
  transitive = true
64
71
  }
65
72
 
73
+ debugImplementation(group: 'com.identy.face', name: 'face', version: '6.1.0-develop', ext: 'aar')
74
+ releaseImplementation(group: 'com.identy.face', name: 'face', version: '6.1.0', ext: 'aar')
75
+
66
76
  //FIN_ZY_ZYTRUST
67
77
 
68
78
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-zybanbifbio-module",
3
- "version": "0.8.5",
3
+ "version": "0.9.0",
4
4
  "description": "bio banbif",
5
5
  "scripts":
6
6
  {
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
15
15
  s.source = { :git => "https://github.com/ZYTRUST/react-native-zybanbifbio-module.git", :tag => "#{s.version}" }
16
16
  s.source_files = "ios/*.{h,m,mm}"
17
17
 
18
- s.dependency 'zy_banbif_bio_lib_ios', '2.1.0'
18
+ s.dependency 'zy_banbif_bio_lib_ios', '3.0.0'
19
19
  s.dependency 'React'
20
20
 
21
21
  end