Temporarily add the incorrectly filtered exoplayer gradle dependency (#25186)

This commit is contained in:
xster 2018-12-10 20:51:17 -08:00 committed by GitHub
parent 61291aeeaf
commit 7058cf5a8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,9 @@ allprojects {
repositories { repositories {
google() google()
jcenter() jcenter()
maven {
url 'https://google.bintray.com/exoplayer/'
}
} }
} }