mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
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
1 changed files with 4 additions and 3 deletions
|
|
@ -35,10 +35,11 @@ project.ext {
|
|||
androidxMediaVersion = '1.0.1'
|
||||
androidxMultidexVersion = '2.0.0'
|
||||
androidxRecyclerViewVersion = '1.1.0'
|
||||
androidxTestCoreVersion = '1.2.0'
|
||||
androidxTestCoreVersion = '1.3.0'
|
||||
androidxTestJUnitVersion = '1.1.1'
|
||||
androidxTestRunnerVersion = '1.2.0'
|
||||
androidxTestRulesVersion = '1.2.0'
|
||||
androidxTestRunnerVersion = '1.3.0'
|
||||
androidxTestRulesVersion = '1.3.0'
|
||||
androidxTestServicesStorageVersion = '1.3.0'
|
||||
truthVersion = '1.0'
|
||||
modulePrefix = ':'
|
||||
if (gradle.ext.has('exoplayerModulePrefix')) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue