diff --git a/playbacktests/build.gradle b/playbacktests/build.gradle index 105427250b..7fc5d637cb 100644 --- a/playbacktests/build.gradle +++ b/playbacktests/build.gradle @@ -13,6 +13,12 @@ // limitations under the License. apply from: "$gradle.ext.exoplayerSettingsDir/common_library_config.gradle" +android { + defaultConfig { + multiDexEnabled true + } +} + dependencies { androidTestImplementation 'androidx.test:rules:' + androidxTestRulesVersion androidTestImplementation 'androidx.test:runner:' + androidxTestRunnerVersion