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)
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
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)