mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Enable multidex for the playback tests
PiperOrigin-RevId: 329527311
This commit is contained in:
parent
47561f200f
commit
5b80eb8ecc
1 changed files with 6 additions and 0 deletions
|
|
@ -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…
Reference in a new issue