Skip to content

Commit 2a73cae

Browse files
author
Jenkins
committed
9.2.926
1 parent 2a954b7 commit 2a73cae

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ android {
2828
}
2929

3030
dependencies {
31-
implementation('com.regula.documentreader:api:9.2.12446') {
31+
implementation('com.regula.documentreader:api:9.2.12486') {
3232
transitive = true
3333
}
3434

ios/flutter_document_reader_api.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'flutter_document_reader_api'
3-
s.version = '9.2.904'
3+
s.version = '9.2.926'
44
s.summary = 'A new flutter plugin project.'
55
s.description = <<-DESC
66
A new flutter plugin project.
@@ -13,7 +13,7 @@ A new flutter plugin project.
1313
s.public_header_files = 'Classes/**/*.h'
1414
s.dependency 'Flutter'
1515
s.platform = :ios, '13.0'
16-
s.dependency 'DocumentReader', '9.2.5911'
16+
s.dependency 'DocumentReader', '9.2.5958'
1717
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
1818
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
1919
end

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description:
44
It allows you to easily scan documents, for example passport, using your phone's camera. Supports Android and iOS.
55
repository: https://github.com/regulaforensics/DocumentReader-Flutter
66
issue_tracker: https://github.com/regulaforensics/DocumentReader-Flutter/issues
7-
version: 9.2.904
7+
version: 9.2.926
88

99
environment:
1010
sdk: '>=3.1.5 <4.0.0'

0 commit comments

Comments
 (0)