From 3aec934c7b8306bbda6e21c2d6008cfabb45ca9b Mon Sep 17 00:00:00 2001 From: hwf452 Date: Wed, 12 Feb 2025 15:46:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings.gradle | 5 ----- 1 file changed, 5 deletions(-) diff --git a/settings.gradle b/settings.gradle index ed2151d..39bb61b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -7,10 +7,8 @@ pluginManagement { includeGroupByRegex("androidx.*") } } - //google() mavenCentral() gradlePluginPortal() - jcenter() } } dependencyResolutionManagement { @@ -18,10 +16,7 @@ dependencyResolutionManagement { repositories { google() mavenCentral() - jcenter() maven {url "https://jitpack.io"} - maven {url 'https://dl.bintray.com/jenly/maven' } - //maven {url 'https://maven.google.com'} } }