From b3576fea77a9627b502265872af53982135e64a1 Mon Sep 17 00:00:00 2001 From: anago <48195751+auag0@users.noreply.github.com> Date: Sat, 20 Jan 2024 14:40:07 +0900 Subject: [PATCH] =?UTF-8?q?jcenter=E3=81=8B=E3=82=89Mavencentral=E3=81=AB?= =?UTF-8?q?=E7=A7=BB=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 5efdd1b..3a6dad8 100644 --- a/settings.gradle +++ b/settings.gradle @@ -12,7 +12,7 @@ dependencyResolutionManagement { repositories { google() mavenCentral() - jcenter() + maven { url = "https://api.xposed.info" } } }