Migrate away from jcenter

This commit is contained in:
Mygod
2021-04-12 20:10:47 -04:00
parent 07016e0349
commit 0c1221e955

View File

@@ -5,7 +5,7 @@ plugins {
buildscript { buildscript {
repositories { repositories {
google() google()
jcenter() mavenCentral()
} }
dependencies { dependencies {
@@ -20,7 +20,7 @@ buildscript {
allprojects { allprojects {
repositories { repositories {
google() google()
jcenter() mavenCentral()
maven("https://jitpack.io") maven("https://jitpack.io")
} }
} }