Skip to content

Commit

Permalink
Enable multidex for the playback tests
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 329527311
  • Loading branch information
icbaker authored and ojw28 committed Sep 7, 2020
1 parent 47561f2 commit 5b80eb8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions playbacktests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b80eb8

Please sign in to comment.