Removed jcenter repositories

This commit is contained in:
Anuken
2021-02-04 14:12:03 -05:00
parent 9f510f61c7
commit 3299279c89
4 changed files with 2 additions and 5 deletions

View File

@@ -4,7 +4,6 @@ buildscript{
mavenCentral()
google()
maven{ url "https://oss.sonatype.org/content/repositories/snapshots/" }
jcenter()
}
dependencies{
@@ -20,7 +19,6 @@ configurations{ natives }
repositories{
mavenCentral()
jcenter()
maven{ url "https://maven.google.com" }
}