mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +00:00
Add multidex Gradle dependency to test-session-current
#minor-release PiperOrigin-RevId: 571347856
This commit is contained in:
parent
a789db5b41
commit
e63be0317f
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ dependencies {
|
|||
implementation project(modulePrefix + 'test-session-common')
|
||||
implementation 'androidx.media:media:' + androidxMediaVersion
|
||||
implementation 'androidx.test:core:' + androidxTestCoreVersion
|
||||
implementation 'androidx.multidex:multidex:' + androidxMultidexVersion
|
||||
implementation project(modulePrefix + 'test-data')
|
||||
androidTestImplementation project(modulePrefix + 'lib-exoplayer')
|
||||
androidTestImplementation project(modulePrefix + 'test-utils')
|
||||
|
|
|
|||
Loading…
Reference in a new issue