Skip to content

Commit a474649

Browse files
Merge pull request #275 from est31/master
Use quadtree from jitpack instead of a jar file
2 parents 6210089 + ddd5e7c commit a474649

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

app/build.gradle

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
apply plugin: 'com.android.application'
22

33
dependencies {
4-
compile fileTree(include: '*.jar', dir: 'libs')
4+
compile ('com.github.nicolas-raoul:Quadtree:211b6fe59ac48f') {
5+
exclude module: 'junit'
6+
}
57
compile 'fr.avianey.com.viewpagerindicator:library:2.4.1.1@aar'
68
compile 'in.yuvi:http.fluent:1.3'
79
compile 'com.android.volley:volley:1.0.0'

app/libs/Quadtree-1.0-gitbb3cc76.jar

-24.1 KB
Binary file not shown.

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ buildscript {
1212
allprojects {
1313
repositories {
1414
jcenter()
15+
maven { url "https://jitpack.io" }
1516
}
1617
}

0 commit comments

Comments
 (0)