need to use the old version
This commit is contained in:
parent
6a7c9823cd
commit
2577862a77
2 changed files with 5 additions and 1 deletions
|
@ -71,7 +71,11 @@ dependencies {
|
|||
compile 'com.squareup.okhttp:okhttp:1.5.4'
|
||||
compile 'fr.nicolaspomepuy:discreetapprate:2.0.1+@aar'
|
||||
|
||||
compile 'com.google.zxing:core:3.1.0'
|
||||
// cannot use this new version: https://github.com/zxing/zxing/issues/165
|
||||
// WARNING: might work on some devices or the emulator - but fails on others
|
||||
// compile 'com.google.zxing:core:3.1.0'
|
||||
|
||||
compile fileTree(dir: 'libs', include: 'zxing-core-2.3.0-SNAPSHOT.jar')
|
||||
|
||||
androidTestCompile('com.jakewharton.espresso:espresso:1.1-r3') {
|
||||
exclude group: 'com.android.support'
|
||||
|
|
BIN
libs/zxing-core-2.3.0-SNAPSHOT.jar
Normal file
BIN
libs/zxing-core-2.3.0-SNAPSHOT.jar
Normal file
Binary file not shown.
Loading…
Reference in a new issue