Skip to content

Commit

Permalink
Merge pull request #17 from TonicArtos/update-readme-for-maven-instru…
Browse files Browse the repository at this point in the history
…ctions

Update readme for maven distribution of library.
  • Loading branch information
TonicArtos committed Feb 10, 2015
2 parents b6c84ea + 5d22d38 commit 4ac422f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,16 @@ SuperSLiM is a configurable layout manager for the RecyclerView. It provides a v
See the [Roadmap](https://github.com/TonicArtos/SuperSLiM/wiki/Roadmap) for more details and future development.

## Getting Started
Please refer to the [user guide](https://github.com/TonicArtos/SuperSLiM/wiki/User's%20Guide).
### Including in your project
Add the following to your build.gradle file.
```
dependencies {
compile 'com.tonicartos:superslim:+'
}
```
You can replace the '+' with the exact version if you do not want to always sync to the latest version.

For further information please refer to the [user guide](https://github.com/TonicArtos/SuperSLiM/wiki/User's%20Guide).

## Support
- [Google+ Community](https://plus.google.com/communities/104097089134643994744)
Expand Down

0 comments on commit 4ac422f

Please sign in to comment.