Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add README instructions for using JAR files from Stetho's build system
Without Maven repository support, the integration steps are a little more involved, requiring developers to build the artifacts locally and copy/rename them into their project's `libs/` directory. It is also required to reference `commons-cli` manually because there is no dependency resolution when dealing with jar files. This can be simplified greatly once the project is fully open by uploading artifacts to Maven central or BinTray's jcenter.
- Loading branch information