Change jcenter by mavencentral

This commit is contained in:
jacques 2021-11-20 10:44:25 +01:00
parent a7e6db6adf
commit ff6dd3a8ec

View file

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
mavenCentral()
maven {
url 'https://maven.google.com/'
name 'Google'
@ -28,7 +28,7 @@ ext {
allprojects {
repositories {
jcenter()
mavenCentral()
maven {
url 'https://maven.google.com/'
name 'Google'