Skip to content

Commit 1451073

Browse files
committed
fix(ml, android): remove unnecessary on-device dependencies
image labeling on device is no longer supported but we were still referencing some on-device dependencies, causing the built APKs to be larger than necessary when they included the underlying native libraries Fixes #4750
1 parent f0b4d07 commit 1451073

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/ml/android/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ dependencies {
9494

9595
implementation 'com.google.android.gms:play-services-vision:20.1.1'
9696
implementation 'com.google.android.gms:play-services-vision-common:19.1.1'
97-
implementation 'com.google.android.gms:play-services-vision-image-labeling-internal:16.0.5'
98-
implementation 'com.google.android.gms:play-services-vision-image-label:18.0.5'
9997
implementation 'com.google.firebase:firebase-ml-model-interpreter:22.0.4'
10098
}
10199

0 commit comments

Comments
 (0)