This commit is contained in:
		
							
								
								
									
										32
									
								
								build.gradle
									
									
									
									
									
								
							
							
						
						
									
										32
									
								
								build.gradle
									
									
									
									
									
								
							| @@ -1,8 +1,21 @@ | ||||
| // Top-level build file where you can add configuration options common to all sub-projects/modules. | ||||
| buildscript { | ||||
|     repositories { | ||||
|         google() | ||||
|         maven { url 'https://maven.aliyun.com/repository/public/' }  | ||||
|         maven { url 'https://maven.aliyun.com/repository/google/' } | ||||
|         maven { url 'https://maven.aliyun.com/repository/gradle-plugin/' } | ||||
|         maven { url 'https://dl.bintray.com/ppartisan/maven/' } | ||||
|         maven { url "https://clojars.org/repo/" } | ||||
|         maven { url "https://jitpack.io" } | ||||
|         mavenCentral() | ||||
|         google() | ||||
|         mavenLocal() | ||||
|         // Nexus Maven 库地址 | ||||
|         // "WinBoll Release" | ||||
|         maven { url "https://nexus.winboll.cc/repository/maven-public/" } | ||||
|         // "WinBoll Snapshot" | ||||
|         maven { url "https://nexus.winboll.cc/repository/maven-snapshots/" } | ||||
|          | ||||
|     } | ||||
|     dependencies { | ||||
|         classpath 'com.android.tools.build:gradle:7.2.1' | ||||
| @@ -13,11 +26,12 @@ buildscript { | ||||
|  | ||||
| allprojects { | ||||
|     repositories { | ||||
|         // Nexus Maven 库地址 | ||||
|         // "WinBoll Release" | ||||
|         maven { url "https://nexus.winboll.cc/repository/maven-public/" } | ||||
|         // "WinBoll Snapshot" | ||||
|         maven { url "https://nexus.winboll.cc/repository/maven-snapshots/" } | ||||
|         maven { | ||||
|             url "https://mirrors.tencent.com/repository/maven/tencent_public/" | ||||
|         } | ||||
|         maven { | ||||
|             url "https://mirrors.tencent.com/repository/maven/tencent_public_snapshots" | ||||
|         } | ||||
|          | ||||
|         maven { url 'https://maven.aliyun.com/repository/public/' }  | ||||
|         maven { url 'https://maven.aliyun.com/repository/google/' } | ||||
| @@ -28,6 +42,12 @@ allprojects { | ||||
|         mavenCentral() | ||||
|         google() | ||||
|         mavenLocal() | ||||
|         // Nexus Maven 库地址 | ||||
|         // "WinBoll Release" | ||||
|         maven { url "https://nexus.winboll.cc/repository/maven-public/" } | ||||
|         // "WinBoll Snapshot" | ||||
|         maven { url "https://nexus.winboll.cc/repository/maven-snapshots/" } | ||||
|          | ||||
|     } | ||||
|     ext { | ||||
|         // 定义全局变量,常用于版本管理 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ZhanGSKen
					ZhanGSKen