Skip to content

Commit 9de5684

Browse files
toniheitianyif
authored andcommitted
Change multidex dependency type to androidTestImplementation
This is only needed for instrumentation tests and should not be included in regular builds. Issue: androidx#499 PiperOrigin-RevId: 545913113 (cherry picked from commit 2250ffe)
1 parent 0c6cfea commit 9de5684

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

RELEASENOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
### Unreleased changes
44

5+
* Common Library:
6+
* Remove accidentally added `multidex` dependency from all modules
7+
([#499](https://github.com/androidx/media/issues/499)).
58
* ExoPlayer:
69
* Fix issue in `PlaybackStatsListener` where spurious `PlaybackStats` are
710
created after the playlist is cleared.

common_library_config.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ android {
4343
}
4444

4545
dependencies {
46-
implementation 'androidx.multidex:multidex:' + androidxMultidexVersion
46+
androidTestImplementation 'androidx.multidex:multidex:' + androidxMultidexVersion
4747
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
4848
}

0 commit comments

Comments
 (0)