Skip to content

Commit 9d91c13

Browse files
authored
Merge pull request #4 from beccadaniel/edit_readme
docs: edit read me file
2 parents 5f554a4 + 60ec76e commit 9d91c13

1 file changed

Lines changed: 23 additions & 2 deletions

File tree

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
1-
# AndroidCommons
2-
AndroidCommons
1+
# Android Commons
2+
A library for faster development of android applications by Cotta & Cush Ltd.
3+
4+
# Getting Started
5+
```
6+
Using gradle:
7+
8+
dependencies {
9+
compile 'com.github.CottaCush:AndroidCommons:-SNAPSHOT'
10+
}
11+
12+
allprojects {
13+
repositories {
14+
maven {url 'https://jitpack.io'}
15+
}
16+
}
17+
18+
This library requires build tools version 25
19+
20+
```
21+
22+
# Versioning
23+
[SemVer](http://semver.org/) is used for versioning.

0 commit comments

Comments
 (0)