TonicArtos / StickyGridHeaders

This project has been superseded by SuperSLiM, a layout manager for RecyclerView. I strongly recommend using SuperSLiM and not StickyGridHeaders.
http://tonicartos.com
Apache License 2.0
1.47k stars 441 forks source link

added latest version Android gradle plugin. Also added standard gradle wrapper functionality. #84

Closed gmale closed 10 years ago

gmale commented 10 years ago

Everything builds just fine and now, with the gradle wrapper, anyone can build this regardless of their local version of gradle by running: ./gradlew assemble

This will build with the most recent version of gradle (1.9)

gmale commented 10 years ago

Just pull the latest and run the following to verify that it builds, as expected using Gradle 1.9 (even if you don't have it installed on your machine): ./gradlew assemble