mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Suppress obsolete API warning
We'll toggle the publish flag only when doing releases. Issue: #5477 PiperOrigin-RevId: 233392733
This commit is contained in:
parent
8401097ead
commit
0183678747
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ allprojects {
|
|||
jcenter()
|
||||
}
|
||||
project.ext {
|
||||
exoplayerPublishEnabled = true
|
||||
exoplayerPublishEnabled = false
|
||||
}
|
||||
if (it.hasProperty('externalBuildDir')) {
|
||||
if (!new File(externalBuildDir).isAbsolute()) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue