From 81dcb3a9bc343a4448e6a35b70794240420fbe8d Mon Sep 17 00:00:00 2001 From: yibowen Date: Thu, 3 Jul 2025 10:04:14 +0000 Subject: [PATCH] update build.gradle. Signed-off-by: yibowen --- build.gradle | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/build.gradle b/build.gradle index 7e65003..209aee9 100644 --- a/build.gradle +++ b/build.gradle @@ -73,30 +73,7 @@ public class InstallPath extends DefaultTask { } repositories { - //mavenCentral() - maven { - url 'https://artifactory.ep.chehejia.com/artifactory/jcenter/' - credentials { - username = "$artifactory_user" - password = "$artifactory_password" - } - } - - maven { - url 'https://artifactory.ep.chehejia.com/artifactory/google/dl/android/maven2/' - credentials { - username = "$artifactory_user" - password = "$artifactory_password" - } - } - - maven { - url 'https://artifactory.ep.chehejia.com/artifactory/maven' - credentials { - username = "$artifactory_user" - password = "$artifactory_password" - } - } + mavenCentral() } dependencies { -- Gitee