Commit 0b5e60a4 authored by feihuaduo's avatar feihuaduo

仓库地址优化

parent a88b350e
...@@ -2,11 +2,12 @@ ...@@ -2,11 +2,12 @@
buildscript { buildscript {
repositories { repositories {
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/' }
jcenter() maven { url'https://maven.aliyun.com/repository/jcenter/' }
maven { url "https://jitpack.io" } maven { url'https://maven.aliyun.com/repository/central/' }
google() maven { url 'https://repo1.maven.org/maven2/' }
mavenCentral()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:7.1.2' classpath 'com.android.tools.build:gradle:7.1.2'
...@@ -23,11 +24,16 @@ ext { ...@@ -23,11 +24,16 @@ ext {
allprojects { allprojects {
repositories { repositories {
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/' }
jcenter() maven { url'https://maven.aliyun.com/repository/jcenter/' }
google() maven { url'https://maven.aliyun.com/repository/central/' }
maven { url "https://jitpack.io" } maven { url 'https://repo1.maven.org/maven2/' }
mavenCentral()
//smack
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots'
}
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment