Skip to content

Commit

Permalink
7.5.782
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Dec 20, 2024
1 parent dabf0a5 commit a60e80d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion RNDocumentReaderApi.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Pod::Spec.new do |s|
s.source = { :http => 'file:' + __dir__ }
s.ios.deployment_target = '12.0'
s.source_files = "ios/*.{h,m}"
s.dependency 'DocumentReader', '7.5.4218'
s.dependency 'DocumentReader', '7.5.4221'
s.dependency 'React'
end
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+'
//noinspection GradleDependency
implementation('com.regula.documentreader:api:7.5.10409') {
implementation('com.regula.documentreader:api:7.5.10412') {
transitive = true
}
}
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"test": "jest"
},
"dependencies": {
"@regulaforensics/react-native-document-reader-api": "7.5.781",
"@regulaforensics/react-native-document-reader-core-fullauthrfid": "7.5.880",
"@regulaforensics/react-native-document-reader-api": "7.5.782",
"@regulaforensics/react-native-document-reader-core-fullauthrfid": "7.5.893",
"react-native-progress": "5.0.0",
"react-native-radio-buttons-group": "3.0.5",
"@rneui/base": "4.0.0-rc.7",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@regulaforensics/react-native-document-reader-api",
"version": "7.5.781",
"version": "7.5.782",
"description": "React Native module for reading and validation of identification documents (API framework)",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a60e80d

Please sign in to comment.