Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 452 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 452 Bytes

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 is used for versioning.