diff --git a/build.gradle b/build.gradle index 2ec9de6..66bb644 100644 --- a/build.gradle +++ b/build.gradle @@ -33,9 +33,6 @@ buildscript { //println mavenLocal().url //println "mavenLocal : ===========" //mavenLocal() - - // WinBoLL.CC 紧急备用 Maven 仓库 - maven { url 'https://spare-maven.winboll.cc/repository/' } } dependencies { classpath 'com.android.tools.build:gradle:7.2.1' // 对应 compileSdkVersion 32 @@ -59,7 +56,6 @@ allprojects { password 'AKCp8ih1PFG9tV8qaLyws67dLGZi8udFM39SfsHgihN15cgsiRvHuxj8JzFmuZjaViVeNawaA' } } - // Nexus Maven 库地址 // "WinBoLL Release" maven { url "https://nexus.winboll.cc/repository/maven-public/" } @@ -78,9 +74,6 @@ allprojects { //println mavenLocal().url //println "mavenLocal : ===========" //mavenLocal() - - // WinBoLL.CC 紧急备用 Maven 仓库 - maven { url 'https://spare-maven.winboll.cc/repository/' } } ext { // 定义全局变量,常用于版本管理