mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08: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 2250ffe6c8c5fa6b5bc728cd7a9fa075bcbb04d9)
This commit is contained in:
parent
0c6cfea048
commit
9de5684d6e
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
### Unreleased changes
|
### Unreleased changes
|
||||||
|
|
||||||
|
* Common Library:
|
||||||
|
* Remove accidentally added `multidex` dependency from all modules
|
||||||
|
([#499](https://github.com/androidx/media/issues/499)).
|
||||||
* ExoPlayer:
|
* ExoPlayer:
|
||||||
* Fix issue in `PlaybackStatsListener` where spurious `PlaybackStats` are
|
* Fix issue in `PlaybackStatsListener` where spurious `PlaybackStats` are
|
||||||
created after the playlist is cleared.
|
created after the playlist is cleared.
|
||||||
|
@ -43,6 +43,6 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'androidx.multidex:multidex:' + androidxMultidexVersion
|
androidTestImplementation 'androidx.multidex:multidex:' + androidxMultidexVersion
|
||||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user