mirror of
https://github.com/simplezhli/flutter_barcode_reader.git
synced 2024-11-17 08:29:19 +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
|
||||
|
||||
Features:
|
||||
|
@ -1,5 +1,3 @@
|
||||
package android
|
||||
|
||||
group 'de.mintware.barcode_scan'
|
||||
version '1.0-SNAPSHOT'
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: barcode_scan
|
||||
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
|
||||
|
||||
dependencies:
|
||||
|
Loading…
Reference in New Issue
Block a user