From 7087d6cd4da0ac27031b91a90e08f2c207a2769a Mon Sep 17 00:00:00 2001 From: Mystery406 <17538405+Mystery406@users.noreply.github.com> Date: Mon, 22 Dec 2025 19:42:33 +0800 Subject: [PATCH] chore: replace jcenter with Aliyun public maven repository. --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e0f0f36c8..e089203b3 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenLocal() google() mavenCentral() - jcenter() + maven { url "https://maven.aliyun.com/repository/public" } } dependencies { @@ -21,7 +21,7 @@ allprojects { maven { url "https://jitpack.io" } google() mavenCentral() - jcenter() + maven { url "https://maven.aliyun.com/repository/public" } } configurations.all {