Skip to content

Commit fd061bb

Browse files
Merge pull request commons-app#487 from veyndan/quadtree
Update Quadtree dependency
2 parents 6b89647 + df2f5a8 commit fd061bb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ apply plugin: 'com.android.application'
22
apply from: 'quality.gradle'
33

44
dependencies {
5-
compile ('com.github.nicolas-raoul:Quadtree:349eb842356bae') {
6-
exclude module: 'junit'
7-
}
5+
compile 'com.github.nicolas-raoul:Quadtree:ac16ea8035bf07'
86
compile 'fr.avianey.com.viewpagerindicator:library:2.4.1.1@aar'
97
compile 'in.yuvi:http.fluent:1.3'
108
compile 'com.android.volley:volley:1.0.0'

0 commit comments

Comments
 (0)