From 2ca94a85a209d569fa9616209f98e2a1713b2de7 Mon Sep 17 00:00:00 2001 From: Folashade Daniel Date: Tue, 31 Oct 2017 16:33:58 +0100 Subject: [PATCH 1/2] docs: edit read me file --- README.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbb453d..5cf8ab3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,23 @@ -# Commons -Commons +# 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 +We use [SemVer](http://semver.org/) for versioning. \ No newline at end of file From 60ec76ec471aa9501877852548b91fef23d4a846 Mon Sep 17 00:00:00 2001 From: beccadaniel Date: Tue, 31 Oct 2017 16:52:15 +0100 Subject: [PATCH 2/2] made changes to read me file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cf8ab3..1a542c4 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,4 @@ A library for faster development of android applications by Cotta & Cush Ltd. ``` # Versioning -We use [SemVer](http://semver.org/) for versioning. \ No newline at end of file +[SemVer](http://semver.org/) is used for versioning.