We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f554a4 + 60ec76e commit 9d91c13Copy full SHA for 9d91c13
1 file changed
README.md
@@ -1,2 +1,23 @@
1
-# AndroidCommons
2
-AndroidCommons
+# Android Commons
+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