mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Improve type safety through the use of generics
This commit is contained in:
parent
16553cc5e1
commit
d8b7d5b438
6 changed files with 16 additions and 17 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue