Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions BlinkCard/android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.microblink.blinkcard.flutter">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<application>

Expand Down
4 changes: 2 additions & 2 deletions BlinkCard/ios/blinkcard_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'blinkcard_flutter'
s.version = '2.9.1'
s.version = '2.9.2'
s.summary = 'Flutter plugin for BlinkCard, SDK for scanning and OCR of various credit cards.'
s.description = <<-DESC
Flutter plugin for BlinkCard, SDK for scanning and OCR of various credit cards.
Expand All @@ -18,7 +18,7 @@ Flutter plugin for BlinkCard, SDK for scanning and OCR of various credit cards.
s.dependency 'Flutter'
s.platform = :ios, '13.0'

s.dependency 'MBBlinkCard', '~> 2.9.1'
s.dependency 'MBBlinkCard', '~> 2.9.2'

# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
Expand Down
2 changes: 1 addition & 1 deletion BlinkCard/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: blinkcard_flutter
description: Flutter plugin for BlinkCard, SDK for scanning and OCR of various credit cards.
version: 2.9.1
version: 2.9.2
author: Microblink
homepage: https://microblink.com

Expand Down
7 changes: 7 additions & 0 deletions Release notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.9.2

### Bug fixes

- Android-specific
- We have removed the package attribute from AndroidManifest.xml

## 2.9.1

- Updated the plugin to [Android SDK v2.9.3](https://github.com/blinkcard/blinkcard-android/releases/tag/v2.9.3) and [iOS SDK v2.9.1](https://github.com/BlinkCard/blinkcard-ios/releases/tag/v2.9.1)
Expand Down