@oiti/rn-liveness3d 2.1.0 → 2.2.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.
- package/android/build.gradle +1 -2
- package/ios/Podfile +1 -2
- package/ios/Pods/Manifest.lock +21 -21
- package/oiti-rn-liveness3d.podspec +1 -1
- package/package.json +1 -1
package/android/build.gradle
CHANGED
|
@@ -139,8 +139,7 @@ dependencies {
|
|
|
139
139
|
implementation "com.facebook.react:react-native:+"
|
|
140
140
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
|
141
141
|
|
|
142
|
-
implementation 'br.com.oiti:liveness3d-sdk:9.2.
|
|
143
|
-
|
|
142
|
+
implementation 'br.com.oiti:liveness3d-sdk:9.2.8'
|
|
144
143
|
|
|
145
144
|
// From node_modules
|
|
146
145
|
}
|
package/ios/Podfile
CHANGED
package/ios/Pods/Manifest.lock
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
PODS:
|
|
2
|
-
- OICommons (2.0.
|
|
3
|
-
- OIComponents (1.6.
|
|
4
|
-
- OILiveness3D (2.1.
|
|
5
|
-
- OICommons (~> 2.0)
|
|
6
|
-
- OIComponents (~> 1.6)
|
|
7
|
-
- OILiveness3D_FT (= 9.6.
|
|
8
|
-
- OINetwork (~> 2.1)
|
|
9
|
-
- OISecurity (~> 3.
|
|
10
|
-
- OILiveness3D_FT (9.6.
|
|
11
|
-
- OINetwork (2.1.
|
|
12
|
-
- OICommons (~> 2.0)
|
|
13
|
-
- OISecurity (3.1.
|
|
14
|
-
- OINetwork (~> 2.
|
|
2
|
+
- OICommons (2.0.1)
|
|
3
|
+
- OIComponents (1.6.1)
|
|
4
|
+
- OILiveness3D (2.1.3):
|
|
5
|
+
- OICommons (~> 2.0.1)
|
|
6
|
+
- OIComponents (~> 1.6.1)
|
|
7
|
+
- OILiveness3D_FT (= 9.6.89)
|
|
8
|
+
- OINetwork (~> 2.1.1)
|
|
9
|
+
- OISecurity (~> 3.1.1)
|
|
10
|
+
- OILiveness3D_FT (9.6.89)
|
|
11
|
+
- OINetwork (2.1.1):
|
|
12
|
+
- OICommons (~> 2.0.1)
|
|
13
|
+
- OISecurity (3.1.1):
|
|
14
|
+
- OINetwork (~> 2.1.1)
|
|
15
15
|
|
|
16
16
|
DEPENDENCIES:
|
|
17
|
-
- OILiveness3D (
|
|
17
|
+
- OILiveness3D (~> 2.1)
|
|
18
18
|
|
|
19
19
|
SPEC REPOS:
|
|
20
20
|
https://github.com/oititec/ios-artifactory.git:
|
|
@@ -26,13 +26,13 @@ SPEC REPOS:
|
|
|
26
26
|
- OISecurity
|
|
27
27
|
|
|
28
28
|
SPEC CHECKSUMS:
|
|
29
|
-
OICommons:
|
|
30
|
-
OIComponents:
|
|
31
|
-
OILiveness3D:
|
|
32
|
-
OILiveness3D_FT:
|
|
33
|
-
OINetwork:
|
|
34
|
-
OISecurity:
|
|
29
|
+
OICommons: efb4251c578f2517dc222b56cb101f83d5e7ece2
|
|
30
|
+
OIComponents: 4059b4ba02195c79670bf6fc84a0ea98fcf67fab
|
|
31
|
+
OILiveness3D: 43057b7b88c621bf7724c0a4473c6752569b2ae7
|
|
32
|
+
OILiveness3D_FT: 7f71dadb4a355af5855eee2524309dd30b01b33b
|
|
33
|
+
OINetwork: f551750f82cb46fb8e3f3668a84d1a46fa1872d6
|
|
34
|
+
OISecurity: 493b4775a74ab3d92e95f693e1e0d53c3f7012b2
|
|
35
35
|
|
|
36
|
-
PODFILE CHECKSUM:
|
|
36
|
+
PODFILE CHECKSUM: 829aa77506d53b748c821a5eee4fcff893521b80
|
|
37
37
|
|
|
38
38
|
COCOAPODS: 1.13.0
|
|
@@ -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
|
|
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
|