Thanks to visit codestin.com Credit goes to github.com
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 32d9a7b commit b019d38Copy full SHA for b019d38
mlkit/app/build.gradle
@@ -35,8 +35,8 @@ dependencies {
35
36
// Needed to fix a temporary issue with duplicate class com.google.android.gms.internal.vision.* errors
37
// Image Labeling model.
38
- implementation 'com.google.android.gms:play-services-vision:20.1.2'
39
- implementation 'com.google.android.gms:play-services-vision-common:19.1.2'
+ implementation 'com.google.android.gms:play-services-vision:20.1.3'
+ implementation 'com.google.android.gms:play-services-vision-common:19.1.3'
40
41
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.21"
42
}
0 commit comments