Ver código fonte

Add the JitPack repository

张华洋 8 anos atrás
pai
commit
9cba1d8c9e
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      versions.gradle

+ 4 - 0
versions.gradle

@@ -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