Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
zzerding authored Dec 9, 2021
1 parent 33cdf4a commit d1f1dcb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@ buildscript {

allprojects {
repositories {
google()
mavenLocal()
// jcenter()
maven {url "https://maven.google.com/"}
maven { url 'https://jitpack.io' }
maven {url "https://maven.aliyun.com/repository/public"}
maven {url "https://maven.aliyun.com/repository/public"}
google()
// jcenter()
// jcenter(){url "http://jcenter.bintray.com/"}
maven { url 'https://jitpack.io' }

// maven { url "https://dl.bintray.com/mobisystech/maven" }


Expand Down

0 comments on commit d1f1dcb

Please sign in to comment.