We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1138685 commit 7641effCopy full SHA for 7641eff
mlkit/app/build.gradle
@@ -53,8 +53,8 @@ dependencies {
53
54
// Needed to fix a temporary issue with duplicate class com.google.android.gms.internal.vision.* errors
55
// See: https://firebase.google.com/support/release-notes/android#bom_v25-8-0
56
- implementation 'com.google.android.gms:play-services-vision:20.1.2'
57
- 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'
58
59
testImplementation 'junit:junit:4.13.1'
60
androidTestImplementation 'androidx.test:runner:1.3.0'
0 commit comments