Remove dev-v2 section for 2.10

This commit is contained in:
Oliver Woodman 2019-04-19 00:04:02 +01:00
parent 7f885351db
commit b4b82f5b1e
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
# Release notes #
### dev-v2 (not yet released) ###
### 2.10.0 ###
* Core library:

View File

@ -36,7 +36,7 @@ allprojects {
jcenter()
}
project.ext {
exoplayerPublishEnabled = false
exoplayerPublishEnabled = true
}
if (it.hasProperty('externalBuildDir')) {
if (!new File(externalBuildDir).isAbsolute()) {