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
This commit is contained in:
parent
a3a5760757
commit
9398f4db03
@ -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')) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user