Commit 8fbb224e by tonihei Committed by Tianyi Feng

Change multidex dependency type to androidTestImplementation

This is only needed for instrumentation tests and should not
be included in regular builds.

#minor-release

Issue: androidx/media#499
PiperOrigin-RevId: 545913113
(cherry picked from commit 776abb50435f102d055e1655fe1eada34993d2a0)
parent 70e9a26f
Showing with 1 additions and 1 deletions
...@@ -43,6 +43,6 @@ android { ...@@ -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'
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment