Use quadtree from jitpack instead of a jar file

This commit is contained in:
est31 2016-09-14 01:02:53 +02:00
parent 6210089826
commit ddd5e7ccc0
3 changed files with 4 additions and 1 deletions

View file

@ -12,5 +12,6 @@ buildscript {
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}