From 0063fde0bfab653e9b078e22fce93de2378ef4f0 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Mon, 12 Jun 2017 12:54:59 -0700 Subject: Update readme --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index d56b02a..b91470d 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,38 @@ Kotlin Android Utils + + This library contains small helper functions used throughout almost all of my other projects. The goal is to make common interactions executable in a single line. +------------ + +Capsule is available on JitPack + +[![](https://jitpack.io/v/ca.allanwang/kau.svg)](https://jitpack.io/#ca.allanwang/kau) + +To apply, add the following to your root build.gradle: + +```gradle +allprojects { + repositories { + ... + maven { url "https://jitpack.io" } + } +} +``` + +And add the following dependencies (You can use a specific version, commit, or -SNAPSHOT): + +```gradle +dependencies { + compile 'ca.allanwang:kau:v0.1' +} + +``` + +----------- + # Features * [KPrefs](#kprefs) * [Changelog XML](#changelog) -- cgit v1.2.3