mirror of
https://github.com/simplezhli/flutter_barcode_reader.git
synced 2024-12-23 06:09:23 +08:00
Fixed wrong build.gradle
This commit is contained in:
parent
1e98233091
commit
941e172376
@ -1,3 +1,8 @@
|
|||||||
|
## v2.0.1 - 2020-02-19
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
- Fixed wrong build.gradle
|
||||||
|
|
||||||
## v2.0.0 - 2020-02-19
|
## v2.0.0 - 2020-02-19
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
package android
|
|
||||||
|
|
||||||
group 'de.mintware.barcode_scan'
|
group 'de.mintware.barcode_scan'
|
||||||
version '1.0-SNAPSHOT'
|
version '1.0-SNAPSHOT'
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: barcode_scan
|
name: barcode_scan
|
||||||
description: A flutter plugin for scanning 2D barcodes and QRCodes via camera.
|
description: A flutter plugin for scanning 2D barcodes and QRCodes via camera.
|
||||||
version: 2.0.0
|
version: 2.0.1
|
||||||
homepage: https://github.com/mintware-de/flutter_barcode_reader
|
homepage: https://github.com/mintware-de/flutter_barcode_reader
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Loading…
Reference in New Issue
Block a user