Skip to content

Commit 0480a5c

Browse files
author
Jenkins
committed
9.5.1259
1 parent d055249 commit 0480a5c

4 files changed

Lines changed: 5 additions & 5 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.5.12960') {
31+
implementation('com.regula.documentreader:api:9.5.12965') {
3232
transitive = true
3333
}
3434

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
sdk: flutter
1515
flutter_document_reader_api:
1616
path: ../
17-
flutter_document_reader_core_fullauthrfid: 9.5.2465
17+
flutter_document_reader_core_fullauthrfid: 9.5.2481
1818
flutter_document_reader_btdevice: 9.4.46
1919
cupertino_icons: ^1.0.8
2020

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.5.1256'
3+
s.version = '9.5.1259'
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.5.6464'
16+
s.dependency 'DocumentReader', '9.5.6468'
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.5.1256
7+
version: 9.5.1259
88

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

0 commit comments

Comments
 (0)