Commit 9398f4db by tonihei Committed by Oliver Woodman

Fix ABR tests gradle build.

The build needs to remove some duplicate dependencies to work again.

Also replace a deprecated API usage with the non-deprecated equivalent
and merge the two Blaze target into one to simplify Gradle file.

PiperOrigin-RevId: 337812099
parent a3a57607
Showing with 4 additions and 3 deletions
...@@ -35,10 +35,11 @@ project.ext { ...@@ -35,10 +35,11 @@ project.ext {
androidxMediaVersion = '1.0.1' androidxMediaVersion = '1.0.1'
androidxMultidexVersion = '2.0.0' androidxMultidexVersion = '2.0.0'
androidxRecyclerViewVersion = '1.1.0' androidxRecyclerViewVersion = '1.1.0'
androidxTestCoreVersion = '1.2.0' androidxTestCoreVersion = '1.3.0'
androidxTestJUnitVersion = '1.1.1' androidxTestJUnitVersion = '1.1.1'
androidxTestRunnerVersion = '1.2.0' androidxTestRunnerVersion = '1.3.0'
androidxTestRulesVersion = '1.2.0' androidxTestRulesVersion = '1.3.0'
androidxTestServicesStorageVersion = '1.3.0'
truthVersion = '1.0' truthVersion = '1.0'
modulePrefix = ':' modulePrefix = ':'
if (gradle.ext.has('exoplayerModulePrefix')) { if (gradle.ext.has('exoplayerModulePrefix')) {
......
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