Enable multidex for the playback tests

PiperOrigin-RevId: 329527311
This commit is contained in:
ibaker 2020-09-01 17:58:07 +01:00 committed by Oliver Woodman
parent 47561f200f
commit 5b80eb8ecc

View File

@ -13,6 +13,12 @@
// limitations under the License. // limitations under the License.
apply from: "$gradle.ext.exoplayerSettingsDir/common_library_config.gradle" apply from: "$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
android {
defaultConfig {
multiDexEnabled true
}
}
dependencies { dependencies {
androidTestImplementation 'androidx.test:rules:' + androidxTestRulesVersion androidTestImplementation 'androidx.test:rules:' + androidxTestRulesVersion
androidTestImplementation 'androidx.test:runner:' + androidxTestRunnerVersion androidTestImplementation 'androidx.test:runner:' + androidxTestRunnerVersion