Skip to content

Commit

Permalink
Change multidex dependency type to androidTestImplementation
Browse files Browse the repository at this point in the history
This is only needed for instrumentation tests and should not
be included in regular builds.

Issue: #499
PiperOrigin-RevId: 545913113
(cherry picked from commit 2250ffe)
  • Loading branch information
tonihei authored and tianyif committed Jul 6, 2023
1 parent 0c6cfea commit 9de5684
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion common_library_config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

0 comments on commit 9de5684

Please sign in to comment.