mirror of
https://github.com/samsonjs/media.git
synced 2026-04-05 11:15:46 +00:00
Change multidex dependency type to androidTestImplementation
This is only needed for instrumentation tests and should not
be included in regular builds.
Issue: androidx/media#499
PiperOrigin-RevId: 545913113
(cherry picked from commit 2250ffe6c8)
This commit is contained in:
parent
0c6cfea048
commit
9de5684d6e
2 changed files with 4 additions and 1 deletions
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
### Unreleased changes
|
||||
|
||||
* Common Library:
|
||||
* Remove accidentally added `multidex` dependency from all modules
|
||||
([#499](https://github.com/androidx/media/issues/499)).
|
||||
* ExoPlayer:
|
||||
* Fix issue in `PlaybackStatsListener` where spurious `PlaybackStats` are
|
||||
created after the playlist is cleared.
|
||||
|
|
|
|||
|
|
@ -43,6 +43,6 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'androidx.multidex:multidex:' + androidxMultidexVersion
|
||||
androidTestImplementation 'androidx.multidex:multidex:' + androidxMultidexVersion
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue