Skip to content
This repository has been archived by the owner on Nov 25, 2018. It is now read-only.

Latest commit

 

History

History
33 lines (19 loc) · 593 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 593 Bytes

Android Utils Boilerplate

Welcome to Android Utils Boilerplate!

The purpose of this project it's simple, provide boilerplate code for common android development.

Install

Add the dependency to your build system or download the jar from Sonatype.

<dependency>
    <groupId>io.github.axxiss</groupId>
    <artifactId>android-utils-boilerplate</artifactId>
    <version>0.1.0-SNAPSHOT</version>
</dependency>

Usage

TODO

License

TBD