We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf9022 commit ecee6f1Copy full SHA for ecee6f1
visionSamples/ocr-codelab/ocr-reader-complete/app/build.gradle
@@ -21,7 +21,7 @@ android {
21
22
dependencies {
23
implementation fileTree(dir: 'libs', include: ['*.jar'])
24
+ implementation 'com.google.android.gms:play-services-vision:15.0.0'
25
implementation 'com.android.support:support-v4:27.1.1'
26
implementation 'com.android.support:design:27.1.1'
- implementation 'com.google.android.gms:play-services-vision:15.0.0'
27
}
0 commit comments