We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79fd91f commit 4895dffCopy full SHA for 4895dff
android/build.gradle
@@ -2,9 +2,10 @@ buildscript {
2
ext.kotlin_version = '1.6.10'
3
4
repositories {
5
+ maven { url 'https://maven.aliyun.com/repository/public/' }
6
+ maven { url 'https://maven.aliyun.com/repository/google' }
7
mavenLocal()
8
mavenCentral()
- maven { url 'https://mirrors.cloud.tencent.com/nexus/repository/maven-public/' }
9
}
10
11
dependencies {
@@ -15,9 +16,10 @@ buildscript {
15
16
17
allprojects {
18
19
20
21
22
23
24
25
0 commit comments