fix: Only pull Exoplayer from jcenter
This commit is contained in:
@@ -34,7 +34,13 @@ allprojects {
|
|||||||
}
|
}
|
||||||
|
|
||||||
google()
|
google()
|
||||||
jcenter()
|
|
||||||
maven { url 'https://www.jitpack.io' }
|
maven { url 'https://www.jitpack.io' }
|
||||||
|
|
||||||
|
jcenter() {
|
||||||
|
content {
|
||||||
|
includeGroup("com.google.android.exoplayer")
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user