Compare commits
2 commits
master
...
try_zxing_
Author | SHA1 | Date | |
---|---|---|---|
|
bb72a8d889 | ||
|
2e1479ca0b |
1 changed files with 2 additions and 2 deletions
|
@ -188,9 +188,9 @@ dependencies {
|
|||
|
||||
// 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 'com.google.zxing:core:3.3.0'
|
||||
|
||||
compile fileTree(dir: 'libs', include: 'zxing-core-2.3.0-SNAPSHOT.jar')
|
||||
//compile fileTree(dir: 'libs', include: 'zxing-core-2.3.0-SNAPSHOT.jar')
|
||||
|
||||
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.4'
|
||||
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.4'
|
||||
|
|
Loading…
Reference in a new issue