Skip to content

Commit

Permalink
Prepare hotfix 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoogstraat committed Sep 15, 2021
1 parent 9879753 commit 24f5bb9
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 8 deletions.
6 changes: 6 additions & 0 deletions fast_barcode_scanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.1.2

* Fixed a bug where the app would crash when denying permissions on iOS.
* Smaller code cleanups
* Updated CameraX and ML Kit to latest versions.

## 1.1.1

* Camera position now taken into account on Android.
Expand Down
4 changes: 2 additions & 2 deletions fast_barcode_scanner/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

def camerax_version = "1.1.0-alpha05"
def mlkit_version = "16.1.2"
def camerax_version = "1.1.0-alpha08"
def mlkit_version = "17.0.0"
implementation "androidx.camera:camera-camera2:$camerax_version"
implementation "androidx.camera:camera-lifecycle:$camerax_version"

Expand Down
2 changes: 1 addition & 1 deletion fast_barcode_scanner/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
path: ../

dev_dependencies:
flutter_lints: ^1.0.3
flutter_lints: ^1.0.4

flutter:
uses-material-design: true
4 changes: 2 additions & 2 deletions fast_barcode_scanner/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fast_barcode_scanner
description: A fast barcode scanner using MLKit on Android and AVFoundation on iOS.
version: 1.1.1
version: 1.1.2
homepage: https://github.com/jhoogstraat/fast_barcode_scanner
repository: https://github.com/jhoogstraat/fast_barcode_scanner

Expand All @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
fast_barcode_scanner_platform_interface: ^1.0.3
fast_barcode_scanner_platform_interface: ^1.0.4

dev_dependencies:
flutter_test:
Expand Down
5 changes: 5 additions & 0 deletions fast_barcode_scanner_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.4

* Smaller code cleanups
* Updated CameraX and ML Kit to latest versions.

## 1.0.3

* Camera position now taken into account on Android.
Expand Down
6 changes: 3 additions & 3 deletions fast_barcode_scanner_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: fast_barcode_scanner_platform_interface
description: A common platform interface for the fast_barcode_scanner plugin.
homepage: https://github.com/jhoogstraat/fast_barcode_scanner/tree/master/fast_barcode_scanner_platform_interface
repository: https://github.com/jhoogstraat/fast_barcode_scanner
version: 1.0.3
version: 1.0.4

environment:
sdk: '>=2.12.0 <3.0.0'
Expand All @@ -11,6 +11,6 @@ environment:
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.0
plugin_platform_interface: ^2.0.1
dev_dependencies:
flutter_lints: ^1.0.3
flutter_lints: ^1.0.4

0 comments on commit 24f5bb9

Please sign in to comment.