I\'m running the latest release of gradle (1.12). In the project\'s root directory, I run the following command, which as described in this answer by @CommonsWare should giv
Your top level build.gradle doesn't have any dependencies itself. You'll have to run (from the project root dir):
./gradlew app:dependencies