Skip to content

Commit

Permalink
Disable publishing block when media3 included in another build.
Browse files Browse the repository at this point in the history
From https://github.com/androidx/media/pull/127/files

PiperOrigin-RevId: 485921271
  • Loading branch information
yschimke authored and microkatz committed Nov 8, 2022
1 parent bd4e58d commit 36a51ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ if (gradle.ext.has('exoplayerModulePrefix')) {
modulePrefix += gradle.ext.exoplayerModulePrefix
}

rootProject.name = 'media3'

include modulePrefix + 'demo'
project(modulePrefix + 'demo').projectDir = new File(rootDir, 'demos/main')
include modulePrefix + 'demo-cast'
Expand Down

0 comments on commit 36a51ac

Please sign in to comment.