@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.
- package/android/build.gradle +2 -1
- package/ios/Pods/Manifest.lock +25 -12
- package/package.json +1 -1
package/android/build.gradle
CHANGED
|
@@ -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.
|
|
143
|
+
implementation 'br.com.oiti:liveness3d-sdk:9.2.9'
|
|
143
144
|
|
|
144
145
|
// From node_modules
|
|
145
146
|
}
|
package/ios/Pods/Manifest.lock
CHANGED
|
@@ -1,23 +1,36 @@
|
|
|
1
1
|
PODS:
|
|
2
2
|
- OICommons (2.0.1)
|
|
3
3
|
- OIComponents (1.6.1)
|
|
4
|
-
- OILiveness3D (2.1.
|
|
4
|
+
- OILiveness3D (2.1.4):
|
|
5
5
|
- OICommons (~> 2.0.1)
|
|
6
6
|
- OIComponents (~> 1.6.1)
|
|
7
|
-
-
|
|
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
|
-
-
|
|
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
|
|
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:
|
|
30
|
-
OIComponents:
|
|
31
|
-
OILiveness3D:
|
|
32
|
-
OILiveness3D_FT:
|
|
33
|
-
OINetwork:
|
|
34
|
-
OISecurity:
|
|
42
|
+
OICommons: bd338f1d3be2d058df4dc5ba0a1bde00edbad75f
|
|
43
|
+
OIComponents: cc953da8e68357520d84d56ee1fd8c1e08b61ba5
|
|
44
|
+
OILiveness3D: f21ec0797cf899edcabbe63f7f3d38c4cfc71ba2
|
|
45
|
+
OILiveness3D_FT: 2268d9638321fc6c19741a1c887000a1e3b128f9
|
|
46
|
+
OINetwork: 4180cb7b2847bc70993c029829b8370217b3255c
|
|
47
|
+
OISecurity: 4dd9e581d98ad1f6e4b83ef62b4e14d975676fda
|
|
35
48
|
|
|
36
|
-
PODFILE CHECKSUM:
|
|
49
|
+
PODFILE CHECKSUM: 7918d76a1550b69c1a5b3fc197b2bcd3267d2631
|
|
37
50
|
|
|
38
|
-
COCOAPODS: 1.
|
|
51
|
+
COCOAPODS: 1.15.2
|