@regulaforensics/idv 9.5.92-nightly → 9.5.101-nightly

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/RNIDV.podspec CHANGED
@@ -5,7 +5,7 @@ source = File.join(__dir__, 'ios')
5
5
 
6
6
  Pod::Spec.new do |s|
7
7
  s.name = 'RNIDV'
8
- s.version = '9.5.92-nightly'
8
+ s.version = '9.5.101-nightly'
9
9
  s.summary = package['description']
10
10
  s.license = package['license']
11
11
 
@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
16
16
  s.ios.deployment_target = '14.0'
17
17
  s.source_files = [ 'ios/**/*.swift', 'ios/**/RN*.m' ]
18
18
  s.exclude_files = [ 'ios/CDVIDV.swift' ]
19
- s.dependency 'IDVSDKNightly', '3.6.1896'
19
+ s.dependency 'IDVSDKNightly', '3.6.1901'
20
20
  s.dependency 'React'
21
21
  end
@@ -25,7 +25,7 @@ rootProject.allprojects {
25
25
 
26
26
  dependencies {
27
27
  implementation 'com.facebook.react:react-native:+'
28
- implementation('com.regula.idv:api:3.6.263') {
28
+ implementation('com.regula.idv:api:3.6.269') {
29
29
  transitive = true
30
30
  }
31
31
  }
@@ -14,7 +14,7 @@ repositories {
14
14
  }
15
15
 
16
16
  dependencies {
17
- implementation('com.regula.idv:api:3.6.263') {
17
+ implementation('com.regula.idv:api:3.6.269') {
18
18
  transitive = true
19
19
  }
20
20
  }