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
(cherry picked from commit 776abb5)
  • Loading branch information
tonihei authored and tianyif committed Jul 6, 2023
1 parent da70ad9 commit 63cf71d
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 63cf71d

Please sign in to comment.