Started working on ZXing

This commit is contained in:
Michael Schättgen 2016-08-15 22:31:28 +02:00
parent c0219fbc35
commit 3df18c0226
9 changed files with 89 additions and 12 deletions

View file

@ -23,4 +23,5 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:24.1.1'
compile 'me.dm7.barcodescanner:zxing:1.9'
}