@oiti/rn-liveness3d 2.4.1 → 2.5.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.
@@ -140,7 +140,7 @@ dependencies {
140
140
  implementation "com.facebook.react:react-native:+"
141
141
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
142
142
 
143
- implementation 'br.com.oiti:liveness3d-sdk:9.3.1'
143
+ implementation 'br.com.oiti:liveness3d-sdk:9.3.2'
144
144
 
145
145
  // From node_modules
146
146
  }
package/ios/Podfile CHANGED
@@ -8,7 +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
- pod 'OILiveness3D', '~> 2.1'
11
+ pod 'OILiveness3D', '~> 2.2'
12
12
 
13
13
 
14
14
  end
@@ -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.2'
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.4.1",
3
+ "version": "2.5.0",
4
4
  "description": "test",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",