Remove JCenter dependencies

This commit is contained in:
Pascal Hartig
2021-05-21 13:03:16 +01:00
parent 6f29cfeaea
commit f242137c5d
4 changed files with 6 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}