Update to using latest zxing library release, 3.2.1

This commit is contained in:
Branden Archer
2016-02-10 21:29:15 -05:00
parent dd0bb18234
commit e6241b5a47

View File

@@ -32,7 +32,7 @@ dependencies {
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:design:23.1.1'
compile 'com.journeyapps:zxing-android-embedded:3.0.1@aar'
compile 'com.google.zxing:core:3.2.0'
compile 'com.google.zxing:core:3.2.1'
testCompile 'junit:junit:4.12'
testCompile "org.robolectric:robolectric:3.0"
}