mirror of
https://github.com/samsonjs/media.git
synced 2026-04-05 11:15:46 +00:00
Misc fix in gradle build file
Issue: androidx/media#209 #minor-release PiperOrigin-RevId: 490492223
This commit is contained in:
parent
3d8c52f28d
commit
2424ee7792
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