Improve type safety through the use of generics

This commit is contained in:
veyndan 2017-03-31 22:15:56 +01:00
parent 16553cc5e1
commit d8b7d5b438
6 changed files with 16 additions and 17 deletions

View file

@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
apply from: 'quality.gradle'
dependencies {
compile ('com.github.nicolas-raoul:Quadtree:211b6fe59ac48f') {
compile ('com.github.nicolas-raoul:Quadtree:349eb842356bae') {
exclude module: 'junit'
}
compile 'fr.avianey.com.viewpagerindicator:library:2.4.1.1@aar'