mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Merge pull request #7153 from friederbluemle:fix-gradle-ext
PiperOrigin-RevId: 303319078
This commit is contained in:
commit
750396c90f
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ dependencies {
|
||||||
androidTestImplementation 'com.linkedin.dexmaker:dexmaker:' + dexmakerVersion
|
androidTestImplementation 'com.linkedin.dexmaker:dexmaker:' + dexmakerVersion
|
||||||
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:' + dexmakerVersion
|
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:' + dexmakerVersion
|
||||||
androidTestImplementation(project(modulePrefix + 'testutils')) {
|
androidTestImplementation(project(modulePrefix + 'testutils')) {
|
||||||
exclude module: gradle.ext.exoplayerModulePrefix + 'library-core'
|
exclude module: modulePrefix.substring(1) + 'library-core'
|
||||||
}
|
}
|
||||||
testImplementation 'com.google.guava:guava:' + guavaVersion
|
testImplementation 'com.google.guava:guava:' + guavaVersion
|
||||||
testImplementation 'org.robolectric:robolectric:' + robolectricVersion
|
testImplementation 'org.robolectric:robolectric:' + robolectricVersion
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue