From ff6dd3a8ec432b0ded53920d0d2ba8671c799a4c Mon Sep 17 00:00:00 2001 From: jacques Date: Sat, 20 Nov 2021 10:44:25 +0100 Subject: [PATCH] Change jcenter by mavencentral --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 0f9d530..0948da1 100644 --- a/build.gradle +++ b/build.gradle @@ -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'