Skip to content
This repository was archived by the owner on Apr 19, 2018. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ sdkManager {
}
```

*Note: If you use the standard Android Studio gradle project arrangement,
with an "app" project under the "main" project,
the buildscript->dependencies->classpath addition should go in the "main" `build.gradle`,
and the apply plugin addition should go into the "app" `build.gradle`;
otherwise you might get mysterious errors like `Cannot invoke method startsWith() on null object`.*

On an initial run, the output will look something like this:
```
$ ./gradlew clean assemble
Expand Down