We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32c7b00 + a089f1e commit 5f893edCopy full SHA for 5f893ed
visionSamples/barcode-reader/app/build.gradle
@@ -23,6 +23,6 @@ dependencies {
23
compile fileTree(dir: 'libs', include: ['*.jar'])
24
compile 'com.android.support:support-v4:24.2.0'
25
// Important - the CameraSource implementation in this project requires version 8.1 or higher.
26
- compile 'com.google.android.gms:play-services-vision:9.4.0+'
+ compile 'com.google.android.gms:play-services-vision:9.4.0+'
27
compile 'com.android.support:design:24.2.0'
28
}
0 commit comments