Skip to content

Commit

Permalink
fix: Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
zzerding authored and zzerd committed Dec 9, 2021
1 parent dc79fd4 commit ebec784
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,18 @@ buildscript {

allprojects {
repositories {
jcenter()
jcenter(){url "http://jcenter.bintray.com/"}
maven { url 'https://jitpack.io' }
maven { url "https://dl.bintray.com/mobisystech/maven" }
mavenLocal()
google()
mavenLocal()
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://dl.bintray.com/mobisystech/maven" }


}
}

Expand Down

0 comments on commit ebec784

Please sign in to comment.