Skip to content

Commit dba0f2d

Browse files
committed
bump version to 7.0.0-beta.7
1 parent 956bbaa commit dba0f2d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## NEXT
1+
## 7.0.0-beta.7
22

33
**BREAKING CHANGES:**
44

@@ -8,6 +8,9 @@ Improvements:
88
* [Android] Turn off logging for CameraX, except for the `Log.ERROR` logging level.
99
* Added `CameraFacing.external` and `CameraFacing.unknown` enum values.
1010

11+
Bugs fixed:
12+
* [Android] Fixed an issue when compiling with Kotlin 1.8.0 or higher.
13+
1114
## 7.0.0-beta.6
1215

1316
**BREAKING CHANGES:**

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mobile_scanner
22
description: A universal barcode and QR code scanner for Flutter based on MLKit. Uses CameraX on Android, AVFoundation on iOS and Apple Vision & AVFoundation on macOS.
3-
version: 7.0.0-beta.6
3+
version: 7.0.0-beta.7
44
repository: https://github.com/juliansteenbakker/mobile_scanner
55

66
screenshots:

0 commit comments

Comments
 (0)