Skip to content

Commit 5f893ed

Browse files
authored
Merge pull request #172 from bhargavms/patch-1
Removed incorrect (tab) indentation
2 parents 32c7b00 + a089f1e commit 5f893ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visionSamples/barcode-reader/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ dependencies {
2323
compile fileTree(dir: 'libs', include: ['*.jar'])
2424
compile 'com.android.support:support-v4:24.2.0'
2525
// 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+'
26+
compile 'com.google.android.gms:play-services-vision:9.4.0+'
2727
compile 'com.android.support:design:24.2.0'
2828
}

0 commit comments

Comments
 (0)