etsy / AndroidStaggeredGrid

An Android staggered grid view which supports multiple columns with rows of varying sizes.
https://github.com/etsy/AndroidStaggeredGrid
4.76k stars 1.13k forks source link

Build.gradle typo: Move mavenCentral() to repositories section #58

Closed SeanPONeil closed 10 years ago

SeanPONeil commented 10 years ago

Minor typo, but mavenCentral() needs to go to the repositories section instead of the dependencies section

denizmveli commented 10 years ago

Thanks!