Skip to content

Commit a9b2a41

Browse files
committed
Increased android compile SDK to 35 and removed android test deps
1 parent 4794e46 commit a9b2a41

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
## 2.0.10+1
2+
3+
- Increased android compile SDK to 35 and removed android test deps
4+
15
## 2.0.10
26

37
- Improved back camera selection for WEB on mobile
8+
- Fixed default overlay for `QrScannerOverlayShape` which was full black instead of translucent
49

510
## 2.0.9+1
611

example/android/app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ android {
3434

3535
defaultConfig {
3636
applicationId "net.touchcapture.qr.flutterqrexample"
37-
// minSdkVersion is determined by Native View.
38-
minSdkVersion 20
37+
minSdkVersion flutter.minSdkVersion
3938
targetSdkVersion 35
4039
versionCode flutterVersionCode.toInteger()
4140
versionName flutterVersionName

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: qr_code_scanner_plus
22
description: QR code scanner that can be embedded inside flutter. It uses zxing in Android and MTBBarcode scanner in iOS.
3-
version: 2.0.10
3+
version: 2.0.10+1
44
homepage: https://vespr.xyz
55
repository: https://github.com/vespr-wallet/qr_code_scanner_plus
66

0 commit comments

Comments
 (0)