Skip to content

Commit

Permalink
Changed protobuf_version and compileSdkVersion to support Android 12 …
Browse files Browse the repository at this point in the history
…/ SDK 31
  • Loading branch information
mono0926 committed Dec 8, 2021
1 parent 56f0602 commit 3a7fb95
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.2.0

- Changed protobuf_version and compileSdkVersion to support Android 12 / SDK 31

## 4.1.4

- Broken artifact fixes for Apple Silicon M1 (#28)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ packages:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.4.0"
version: "1.7.0"
pedantic_mono:
dependency: "direct dev"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: barcode_scan2
description: A flutter plugin for scanning 2D barcodes and QRCodes via camera.
version: 4.1.4
version: 4.2.0
homepage: https://github.com/mono0926/barcode_scan2

dependencies:
Expand Down

0 comments on commit 3a7fb95

Please sign in to comment.