From 5d22d380272336d916ecdb659f74a558f03f6042 Mon Sep 17 00:00:00 2001 From: Tonic Artos Date: Tue, 10 Feb 2015 20:03:22 +0000 Subject: [PATCH] Add gradle dependency to getting started section. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33ecec9..55eae68 100644 --- a/README.md +++ b/README.md @@ -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)