diff --git a/README.md b/README.md index e84b444..1a542c4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,23 @@ -# AndroidCommons -AndroidCommons +# Android Commons +A library for faster development of android applications by Cotta & Cush Ltd. + +# Getting Started +``` + Using gradle: + + dependencies { + compile 'com.github.CottaCush:AndroidCommons:-SNAPSHOT' + } + + allprojects { + repositories { + maven {url 'https://jitpack.io'} + } + } + + This library requires build tools version 25 + +``` + +# Versioning +[SemVer](http://semver.org/) is used for versioning.