@oiti/rn-liveness3d 2.2.0 → 2.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.
@@ -58,6 +58,7 @@ android {
58
58
  sourceCompatibility JavaVersion.VERSION_1_8
59
59
  targetCompatibility JavaVersion.VERSION_1_8
60
60
  }
61
+ buildToolsVersion '34.0.0'
61
62
 
62
63
  }
63
64
 
@@ -139,7 +140,7 @@ dependencies {
139
140
  implementation "com.facebook.react:react-native:+"
140
141
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
141
142
 
142
- implementation 'br.com.oiti:liveness3d-sdk:9.2.8'
143
+ implementation 'br.com.oiti:liveness3d-sdk:9.2.9'
143
144
 
144
145
  // From node_modules
145
146
  }
@@ -1,23 +1,36 @@
1
1
  PODS:
2
2
  - OICommons (2.0.1)
3
3
  - OIComponents (1.6.1)
4
- - OILiveness3D (2.1.3):
4
+ - OILiveness3D (2.1.4):
5
5
  - OICommons (~> 2.0.1)
6
6
  - OIComponents (~> 1.6.1)
7
- - OILiveness3D_FT (= 9.6.89)
7
+ - OILiveness3D/Release (= 2.1.4)
8
+ - OILiveness3D_FT (= 9.6.94)
8
9
  - OINetwork (~> 2.1.1)
9
10
  - OISecurity (~> 3.1.1)
10
- - OILiveness3D_FT (9.6.89)
11
+ - OILiveness3D/Release (2.1.4):
12
+ - OICommons (~> 2.0.1)
13
+ - OIComponents (~> 1.6.1)
14
+ - OILiveness3D_FT (= 9.6.94)
15
+ - OINetwork (~> 2.1.1)
16
+ - OISecurity (~> 3.1.1)
17
+ - OILiveness3D_FT (9.6.94)
11
18
  - OINetwork (2.1.1):
12
19
  - OICommons (~> 2.0.1)
20
+ - OINetwork/Release (= 2.1.1)
21
+ - OINetwork/Release (2.1.1):
22
+ - OICommons (~> 2.0.1)
13
23
  - OISecurity (3.1.1):
14
24
  - OINetwork (~> 2.1.1)
25
+ - OISecurity/Release (= 3.1.1)
26
+ - OISecurity/Release (3.1.1):
27
+ - OINetwork (~> 2.1.1)
15
28
 
16
29
  DEPENDENCIES:
17
30
  - OILiveness3D (~> 2.1)
18
31
 
19
32
  SPEC REPOS:
20
- https://github.com/oititec/ios-artifactory.git:
33
+ https://github.com/oititec/ios-artifactory-beta:
21
34
  - OICommons
22
35
  - OIComponents
23
36
  - OILiveness3D
@@ -26,13 +39,13 @@ SPEC REPOS:
26
39
  - OISecurity
27
40
 
28
41
  SPEC CHECKSUMS:
29
- OICommons: efb4251c578f2517dc222b56cb101f83d5e7ece2
30
- OIComponents: 4059b4ba02195c79670bf6fc84a0ea98fcf67fab
31
- OILiveness3D: 43057b7b88c621bf7724c0a4473c6752569b2ae7
32
- OILiveness3D_FT: 7f71dadb4a355af5855eee2524309dd30b01b33b
33
- OINetwork: f551750f82cb46fb8e3f3668a84d1a46fa1872d6
34
- OISecurity: 493b4775a74ab3d92e95f693e1e0d53c3f7012b2
42
+ OICommons: bd338f1d3be2d058df4dc5ba0a1bde00edbad75f
43
+ OIComponents: cc953da8e68357520d84d56ee1fd8c1e08b61ba5
44
+ OILiveness3D: f21ec0797cf899edcabbe63f7f3d38c4cfc71ba2
45
+ OILiveness3D_FT: 2268d9638321fc6c19741a1c887000a1e3b128f9
46
+ OINetwork: 4180cb7b2847bc70993c029829b8370217b3255c
47
+ OISecurity: 4dd9e581d98ad1f6e4b83ef62b4e14d975676fda
35
48
 
36
- PODFILE CHECKSUM: 829aa77506d53b748c821a5eee4fcff893521b80
49
+ PODFILE CHECKSUM: 7918d76a1550b69c1a5b3fc197b2bcd3267d2631
37
50
 
38
- COCOAPODS: 1.13.0
51
+ COCOAPODS: 1.15.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oiti/rn-liveness3d",
3
- "version": "2.2.0",
3
+ "version": "2.3.0",
4
4
  "description": "test",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",