Merge pull request #7153 from friederbluemle:fix-gradle-ext
PiperOrigin-RevId: 303319078
This commit is contained in:
commit
750396c90f
@ -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…
x
Reference in New Issue
Block a user