Merge remote-tracking branch 'origin/aes' into appbase
This commit is contained in:
commit
9d0bdb803b
@ -6,7 +6,7 @@ buildscript {
|
|||||||
maven { url "https://nexus.winboll.cc/repository/maven-public/" }
|
maven { url "https://nexus.winboll.cc/repository/maven-public/" }
|
||||||
// "WinBoLL Snapshot"
|
// "WinBoLL Snapshot"
|
||||||
maven { url "https://nexus.winboll.cc/repository/maven-snapshots/" }
|
maven { url "https://nexus.winboll.cc/repository/maven-snapshots/" }
|
||||||
|
|
||||||
maven { url 'https://maven.aliyun.com/repository/public/' }
|
maven { url 'https://maven.aliyun.com/repository/public/' }
|
||||||
maven { url 'https://maven.aliyun.com/repository/google/' }
|
maven { url 'https://maven.aliyun.com/repository/google/' }
|
||||||
maven { url 'https://maven.aliyun.com/repository/gradle-plugin/' }
|
maven { url 'https://maven.aliyun.com/repository/gradle-plugin/' }
|
||||||
@ -19,6 +19,9 @@ buildscript {
|
|||||||
println mavenLocal().url
|
println mavenLocal().url
|
||||||
println "mavenLocal : ==========="
|
println "mavenLocal : ==========="
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
|
|
||||||
|
// WinBoLL.CC 紧急备用 Maven 仓库
|
||||||
|
maven { url 'https://spare-maven.winboll.cc/repository/' }
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:7.2.1' // 对应 compileSdkVersion 32
|
classpath 'com.android.tools.build:gradle:7.2.1' // 对应 compileSdkVersion 32
|
||||||
@ -47,6 +50,9 @@ allprojects {
|
|||||||
println mavenLocal().url
|
println mavenLocal().url
|
||||||
println "mavenLocal : ==========="
|
println "mavenLocal : ==========="
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
|
|
||||||
|
// WinBoLL.CC 紧急备用 Maven 仓库
|
||||||
|
maven { url 'https://spare-maven.winboll.cc/repository/' }
|
||||||
}
|
}
|
||||||
ext {
|
ext {
|
||||||
// 定义全局变量,常用于版本管理
|
// 定义全局变量,常用于版本管理
|
||||||
|
Loading…
x
Reference in New Issue
Block a user