Use jcenter repository for extension template gradle build.

This commit is contained in:
Adam
2018-04-10 13:51:16 -07:00
committed by Joshua Granick
parent 464bad5392
commit 87a196be7e

View File

@@ -1,7 +1,7 @@
buildscript {
repositories {
maven {
url "http://repo1.maven.org/maven2/"
jcenter {
url "http://jcenter.bintray.com/"
}
}