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.

#minor-release

Issue: androidx#499
PiperOrigin-RevId: 545913113
  • Loading branch information
tonihei authored and rohitjoins committed Jul 13, 2023
1 parent 372cd7f commit 2250ffe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
and nullable array element types are not detected as nullable. Examples
are `TrackSelectorResult` and `SimpleDecoder` method parameters
([6792](https://github.com/google/ExoPlayer/issues/6792)).
* Remove accidentally added `multidex` dependency from all modules
([#499](https://github.com/androidx/media/issues/499)).
* ExoPlayer:
* Add suppression of playback on unsuitable audio output devices (e.g. the
built-in speaker on Wear OS devices) when this feature is enabled via
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 2250ffe

Please sign in to comment.