Skip to content

Commit

Permalink
Misc fix in gradle build file
Browse files Browse the repository at this point in the history
Issue: androidx/media#209

#minor-release

PiperOrigin-RevId: 490492223
  • Loading branch information
christosts authored and icbaker committed Nov 24, 2022
1 parent 3d8c52f commit 2424ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/test_session_current/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
implementation project(modulePrefix + 'test-session-common')
implementation 'androidx.media:media:' + androidxMediaVersion
implementation 'androidx.test:core:' + androidxTestCoreVersion
implementation project(path: ':test-data')
implementation project(modulePrefix + 'test-data')
androidTestImplementation project(modulePrefix + 'lib-exoplayer')
androidTestImplementation 'androidx.test.ext:junit:' + androidxTestJUnitVersion
androidTestImplementation 'androidx.test.ext:truth:' + androidxTestTruthVersion
Expand Down

0 comments on commit 2424ee7

Please sign in to comment.