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/media#499
PiperOrigin-RevId: 545913113
  • Loading branch information
tonihei authored and rohitjoins committed Jul 13, 2023
1 parent 8f39c56 commit 776abb5
Showing 1 changed file with 1 addition and 1 deletion.
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 776abb5

Please sign in to comment.