Added jcenter()

This commit is contained in:
Erik C. Thauvin 2016-07-03 20:03:37 -07:00
parent 85c7fe14fd
commit 95c7c416cb
2 changed files with 1 additions and 4 deletions

View file

@ -46,6 +46,7 @@ mainClassName = packageName + '.Mobibot'
repositories {
mavenLocal()
mavenCentral()
jcenter()
}
dependencies {