Enable multidex for the playback tests
PiperOrigin-RevId: 329527311
This commit is contained in:
parent
47561f200f
commit
5b80eb8ecc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user