add mavencentral to build.gradle (#1674)

This commit is contained in:
William Cheng
2018-12-15 00:22:11 +08:00
committed by GitHub
parent 1f95b54cef
commit 587bd56655
37 changed files with 39 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ version = '1.0.0'
buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {