Merge pull request #275 from est31/master

Use quadtree from jitpack instead of a jar file
This commit is contained in:
Nicolas Raoul 2016-09-17 16:52:15 +09:00 committed by GitHub
commit a474649769
3 changed files with 4 additions and 1 deletions

View file

@ -1,7 +1,9 @@
apply plugin: 'com.android.application'
dependencies {
compile fileTree(include: '*.jar', dir: 'libs')
compile ('com.github.nicolas-raoul:Quadtree:211b6fe59ac48f') {
exclude module: 'junit'
}
compile 'fr.avianey.com.viewpagerindicator:library:2.4.1.1@aar'
compile 'in.yuvi:http.fluent:1.3'
compile 'com.android.volley:volley:1.0.0'

Binary file not shown.

View file

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