mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
Misc fix in gradle build file
Issue: androidx/media#209
#minor-release
PiperOrigin-RevId: 490492223
(cherry picked from commit 2424ee7792)
This commit is contained in:
parent
8b0c0761f3
commit
b495d21f04
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ dependencies {
|
|||
implementation project(modulePrefix + 'test-session-common')
|
||||
implementation 'androidx.media:media:' + androidxMediaVersion
|
||||
implementation 'androidx.test:core:' + androidxTestCoreVersion
|
||||
implementation project(path: ':test-data')
|
||||
implementation project(modulePrefix + 'test-data')
|
||||
androidTestImplementation project(modulePrefix + 'lib-exoplayer')
|
||||
androidTestImplementation 'androidx.test.ext:junit:' + androidxTestJUnitVersion
|
||||
androidTestImplementation 'androidx.test.ext:truth:' + androidxTestTruthVersion
|
||||
|
|
|
|||
Loading…
Reference in a new issue