File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# MVBarcodeReader
2+ [ ![ Download] ( https://api.bintray.com/packages/iammehedi/MVBarcodeReader/online.devliving%3Amvbarcodereader/images/download.svg ) ] ( https://bintray.com/iammehedi/MVBarcodeReader/online.devliving%3Amvbarcodereader/_latestVersion )
3+
24A Barcode scanning library for Android. Uses the Google Play Services' mobile vision api for barcode detection.
35
46##Setup
5- ......coming soon
7+ ###Maven
8+ ``` xml
9+ <dependency >
10+ <groupId >online.devliving</groupId >
11+ <artifactId >mvbarcodereader</artifactId >
12+ <version >LATEST_VERSION</version >
13+ <type >pom</type >
14+ </dependency >
15+ ```
16+
17+ ###Gradle
18+ ``` xml
19+ compile 'online.devliving:mvbarcodereader:LATEST_VERSION'
20+ ```
621
722##Usage
823###Scanning Modes
You can’t perform that action at this time.
0 commit comments