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 {
google()
jcenter()
maven {
url 'https://google.bintray.com/exoplayer/'
}
}
}