Skip to content

Commit ab2577b

Browse files
author
Jenkins
committed
9.3.540
1 parent afef1a4 commit ab2577b

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.3.6137'
17+
s.dependency 'DocumentReader', '9.3.6250'
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.3.12663') {
32+
implementation('com.regula.documentreader:api:9.3.12771') {
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.3.495",
13+
"@regulaforensics/react-native-document-reader-api": "9.3.540",
1414
"@regulaforensics/react-native-document-reader-core-fullauthrfid": "9.3.2159",
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.3.495",
3+
"version": "9.3.540",
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)