mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Replace internal dependencies on monolithic module
PiperOrigin-RevId: 375054051
This commit is contained in:
parent
6d6efed6d4
commit
95ea818b66
1 changed files with 1 additions and 2 deletions
|
|
@ -32,8 +32,7 @@ dependencies {
|
|||
// Instrumentation tests assume that an app-packaged version of cronet is
|
||||
// available.
|
||||
androidTestImplementation 'org.chromium.net:cronet-embedded:72.3626.96'
|
||||
androidTestImplementation(project(modulePrefix + 'testutils'))
|
||||
testImplementation project(modulePrefix + 'library')
|
||||
androidTestImplementation project(modulePrefix + 'testutils')
|
||||
testImplementation project(modulePrefix + 'testutils')
|
||||
testImplementation 'com.squareup.okhttp3:mockwebserver:' + mockWebServerVersion
|
||||
testImplementation 'org.robolectric:robolectric:' + robolectricVersion
|
||||
|
|
|
|||
Loading…
Reference in a new issue