Compare commits

...

2 commits

Author SHA1 Message Date
ligi
bb72a8d889 Use zxing 3.3.0 2016-10-10 13:30:02 +02:00
ligi
2e1479ca0b Try zxing 3.3.0 2016-10-10 13:30:02 +02:00

View file

@ -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'