From 59bba52bdd6e0746e363ec4658028043ea2f1523 Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Fri, 5 Dec 2025 16:54:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E6=95=8F=E6=84=9F=E7=A7=98?= =?UTF-8?q?=E9=92=A5=E6=8E=A8=E9=80=81=EF=BC=8C=E5=9C=A8GitHub=E4=BF=9D?= =?UTF-8?q?=E6=8A=A4=E6=9C=BA=E5=88=B6=E4=B8=AD=EF=BC=8C=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E7=A7=98=E9=92=A5=E6=8E=A8=E9=80=81=E4=BC=9A=E8=A2=AB=E6=8B=92?= =?UTF-8?q?=E7=BB=9D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/build.gradle b/build.gradle index 66bb644e..85c9ba69 100644 --- a/build.gradle +++ b/build.gradle @@ -5,16 +5,7 @@ buildscript { // 设置本地Maven仓库路径 url 'file:///sdcard/.m2/repository/' } - - //米盟通过maven接入时,要做如下配置 - maven { - url "https://repos.xiaomi.com/maven" - credentials { - username 'mimo-developer' - password 'AKCp8ih1PFG9tV8qaLyws67dLGZi8udFM39SfsHgihN15cgsiRvHuxj8JzFmuZjaViVeNawaA' - } - } - + // Nexus Maven 库地址 // "WinBoLL Release" maven { url "https://nexus.winboll.cc/repository/maven-public/" } @@ -48,14 +39,6 @@ allprojects { url 'file:///sdcard/.m2/repository/' } - //米盟通过maven接入时,要做如下配置 - maven { - url "https://repos.xiaomi.com/maven" - credentials { - username 'mimo-developer' - password 'AKCp8ih1PFG9tV8qaLyws67dLGZi8udFM39SfsHgihN15cgsiRvHuxj8JzFmuZjaViVeNawaA' - } - } // Nexus Maven 库地址 // "WinBoLL Release" maven { url "https://nexus.winboll.cc/repository/maven-public/" }