Commit 750396c9 by Oliver Woodman

Merge pull request #7153 from friederbluemle:fix-gradle-ext

PiperOrigin-RevId: 303319078
parents 2209947a d24f37cd
Showing with 1 additions and 1 deletions
......@@ -62,7 +62,7 @@ dependencies {
androidTestImplementation 'com.linkedin.dexmaker:dexmaker:' + dexmakerVersion
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:' + dexmakerVersion
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 'org.robolectric:robolectric:' + robolectricVersion
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment