Add multidex Gradle dependency to test-session-current

#minor-release

PiperOrigin-RevId: 571347856
This commit is contained in:
jbibik 2023-10-06 08:43:45 -07:00 committed by Copybara-Service
parent a789db5b41
commit e63be0317f

View File

@ -43,6 +43,7 @@ dependencies {
implementation project(modulePrefix + 'test-session-common')
implementation 'androidx.media:media:' + androidxMediaVersion
implementation 'androidx.test:core:' + androidxTestCoreVersion
implementation 'androidx.multidex:multidex:' + androidxMultidexVersion
implementation project(modulePrefix + 'test-data')
androidTestImplementation project(modulePrefix + 'lib-exoplayer')
androidTestImplementation project(modulePrefix + 'test-utils')