migrate to maven central and bump exoplayer version

This commit is contained in:
dkanada 2022-08-27 11:56:12 +09:00
commit 02bda4b7dc
5 changed files with 28 additions and 28 deletions

View file

@ -1,7 +1,7 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
@ -14,7 +14,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven {
url 'https://jitpack.io'
}