@oiti/rn-liveness3d 2.1.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,8 +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.6'
143
-
143
+ implementation 'br.com.oiti:liveness3d-sdk:9.2.9'
144
144
 
145
145
  // From node_modules
146
146
  }
package/ios/Podfile CHANGED
@@ -8,8 +8,7 @@ target 'RnLiveness3d' do
8
8
  # Comment the next line if you don't want to use dynamic frameworks
9
9
  use_frameworks!
10
10
 
11
- # Pods for sampleUsageLivenessSDK
12
- pod 'OILiveness3D', '2.1.1'
11
+ pod 'OILiveness3D', '~> 2.1'
13
12
 
14
13
 
15
14
  end
@@ -1,23 +1,36 @@
1
1
  PODS:
2
- - OICommons (2.0.0)
3
- - OIComponents (1.6.0)
4
- - OILiveness3D (2.1.1):
5
- - OICommons (~> 2.0)
6
- - OIComponents (~> 1.6)
7
- - OILiveness3D_FT (= 9.6.80)
8
- - OINetwork (~> 2.1)
9
- - OISecurity (~> 3.0)
10
- - OILiveness3D_FT (9.6.80)
11
- - OINetwork (2.1.0):
12
- - OICommons (~> 2.0)
13
- - OISecurity (3.1.0):
14
- - OINetwork (~> 2.0)
2
+ - OICommons (2.0.1)
3
+ - OIComponents (1.6.1)
4
+ - OILiveness3D (2.1.4):
5
+ - OICommons (~> 2.0.1)
6
+ - OIComponents (~> 1.6.1)
7
+ - OILiveness3D/Release (= 2.1.4)
8
+ - OILiveness3D_FT (= 9.6.94)
9
+ - OINetwork (~> 2.1.1)
10
+ - OISecurity (~> 3.1.1)
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)
18
+ - OINetwork (2.1.1):
19
+ - OICommons (~> 2.0.1)
20
+ - OINetwork/Release (= 2.1.1)
21
+ - OINetwork/Release (2.1.1):
22
+ - OICommons (~> 2.0.1)
23
+ - OISecurity (3.1.1):
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
- - OILiveness3D (= 2.1.1)
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: 34c8950596ab3aa4e02e35cd98af7bc7f1f32750
30
- OIComponents: 39507e574e59134381b58668f91646479a41e19a
31
- OILiveness3D: f0ad7178455bdd3c1031aff2436fceb0c2bc274b
32
- OILiveness3D_FT: fbf3417c20b3123522906249c98b9c896f8b484e
33
- OINetwork: c570aefbb34038569799949b5489dd3b6b11597e
34
- OISecurity: b91e9fc019f8edf63df228ce681805c36cfdc4a7
42
+ OICommons: bd338f1d3be2d058df4dc5ba0a1bde00edbad75f
43
+ OIComponents: cc953da8e68357520d84d56ee1fd8c1e08b61ba5
44
+ OILiveness3D: f21ec0797cf899edcabbe63f7f3d38c4cfc71ba2
45
+ OILiveness3D_FT: 2268d9638321fc6c19741a1c887000a1e3b128f9
46
+ OINetwork: 4180cb7b2847bc70993c029829b8370217b3255c
47
+ OISecurity: 4dd9e581d98ad1f6e4b83ef62b4e14d975676fda
35
48
 
36
- PODFILE CHECKSUM: 37edadb2600491b14130b5ea7ae040636294db5d
49
+ PODFILE CHECKSUM: 7918d76a1550b69c1a5b3fc197b2bcd3267d2631
37
50
 
38
- COCOAPODS: 1.13.0
51
+ COCOAPODS: 1.15.2
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
19
19
 
20
20
  s.dependency "React-Core"
21
21
 
22
- s.ios.dependency 'OILiveness3D', '2.1.1'
22
+ s.ios.dependency 'OILiveness3D', '~> 2.1'
23
23
 
24
24
  # Don't install the dependencies when we run `pod install` in the old architecture.
25
25
  if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oiti/rn-liveness3d",
3
- "version": "2.1.0",
3
+ "version": "2.3.0",
4
4
  "description": "test",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",