Skip to content

Commit 6aa3bb1

Browse files
committed
removing androidTestImplementation - these are not used.
1 parent 3b1e244 commit 6aa3bb1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

firebase-ml-modeldownloader/firebase-ml-modeldownloader.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,4 @@ dependencies {
8989
//Android compatible version of Apache httpclient.
9090
testImplementation 'org.apache.httpcomponents:httpclient-android:4.3.5.1'
9191
testImplementation 'org.mockito:mockito-core:3.3.3'
92-
93-
androidTestImplementation project(':encoders:firebase-encoders-json')
94-
androidTestImplementation 'androidx.test:runner:1.3.0'
95-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
96-
9792
}

0 commit comments

Comments
 (0)