Skip to content

Commit

Permalink
修改 gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
crimson0829 committed Feb 22, 2020
1 parent 354c4a6 commit 7da055a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
buildscript {
ext.kotlin_version = '1.3.61'
repositories {
// google()
// jcenter()

maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' }
maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/' }
maven{ url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'}

google()
jcenter()

}
dependencies {
Expand All @@ -28,8 +28,8 @@ allprojects {
maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/' }
maven{ url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'}

// google()
// jcenter()
google()
jcenter()
maven { url 'https://jitpack.io' }


Expand Down

0 comments on commit 7da055a

Please sign in to comment.