Skip to content

Commit 2194a50

Browse files
author
Jenkins
committed
9.2.436
1 parent 8ba81d7 commit 2194a50

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

RNDocumentReaderApi.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ Pod::Spec.new do |s|
1414
s.source = { :http => 'file:' + __dir__ }
1515
s.ios.deployment_target = '13.0'
1616
s.source_files = "ios/*.{h,m}"
17-
s.dependency 'DocumentReader', '9.2.5911'
17+
s.dependency 'DocumentReader', '9.2.5958'
1818
s.dependency 'React'
1919
end

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
//noinspection GradleDynamicVersion
3030
implementation 'com.facebook.react:react-native:+'
3131
//noinspection GradleDependency
32-
implementation('com.regula.documentreader:api:9.2.12446') {
32+
implementation('com.regula.documentreader:api:9.2.12486') {
3333
transitive = true
3434
}
3535
}

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "jest"
1111
},
1212
"dependencies": {
13-
"@regulaforensics/react-native-document-reader-api": "9.2.423",
13+
"@regulaforensics/react-native-document-reader-api": "9.2.436",
1414
"@regulaforensics/react-native-document-reader-core-fullauthrfid": "9.2.1883",
1515
"@rneui/base": "4.0.0-rc.7",
1616
"@rneui/themed": "4.0.0-rc.7",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@regulaforensics/react-native-document-reader-api",
3-
"version": "9.2.423",
3+
"version": "9.2.436",
44
"description": "React Native module for reading and validation of identification documents (API framework)",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)