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 ea1e7a1 commit 34c1dfbCopy full SHA for 34c1dfb
build.gradle
@@ -22,19 +22,13 @@ allprojects {
22
repositories {
23
google()
24
mavenCentral()
25
- maven {
26
- url "https://maven.aliyun.com/repository/public"
27
- }
+ maven { url "https://maven.aliyun.com/repository/public" }
28
// SNAPSHOT
29
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
30
//左滑删除
31
32
- url "https://jitpack.io"
33
34
35
- name = 'Central Portal Snapshots'
36
- url = 'https://central.sonatype.com/repository/maven-snapshots/'
37
+ maven { url "https://jitpack.io" }
+ //Central Portal Snapshots
+ maven { url "https://central.sonatype.com/repository/maven-snapshots/" }
38
}
39
40
0 commit comments