Skip to content

Commit

Permalink
Add the JitPack repository
Browse files Browse the repository at this point in the history
  • Loading branch information
guiying712 authored Jan 19, 2018
1 parent 1b49c74 commit 9cba1d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ ext.build_versions = build_versions
def addRepos(RepositoryHandler handler) {
handler.google()
handler.jcenter()
handler.mavenCentral()
//Add the JitPack repository
handler.maven { url "https://jitpack.io" }
handler.maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
}

ext.addRepos = this.&addRepos

0 comments on commit 9cba1d8

Please sign in to comment.