aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-25 15:50:00 -0700
committerAllan Wang <me@allanwang.ca>2017-06-25 15:50:00 -0700
commit3839f9a406b4da9ba888afdaa6ba9c9a157badf6 (patch)
treea9a4ee5627548f7ea32594d5eadf9e84c6c744b9 /README.md
parentf1aba3f7cfe482e20fe09945d088350eadfe02d6 (diff)
downloadkau-3839f9a406b4da9ba888afdaa6ba9c9a157badf6.tar.gz
kau-3839f9a406b4da9ba888afdaa6ba9c9a157badf6.tar.bz2
kau-3839f9a406b4da9ba888afdaa6ba9c9a157badf6.zip
Update readme and revert anko
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index ea04af0..6592a96 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,6 @@
Kotlin Android Utils
-<!--Current Release v1.1-->
-
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.
[Changelog](https://github.com/AllanWang/KAU/tree/master/docs/Changelog.md)
@@ -12,7 +10,7 @@ This library contains small helper functions used throughout almost all of my ot
KAU is available on JitPack
-[![](https://jitpack.io/v/ca.allanwang/kau.svg)](https://jitpack.io/#ca.allanwang/kau)
+[![](https://jitpack.io/v/ca.allanwang/kau.svg)](https://jitpack.io/#ca.allanwang/kau) [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/AllanWang/KAU/master/LICENSE)
To apply, add the following to your root build.gradle:
@@ -29,7 +27,7 @@ And add the following dependencies (You can use a specific version, commit, or -
```gradle
dependencies {
- compile 'ca.allanwang:kau:v1.1'
+ compile "ca.allanwang:kau:$KAU"
}
```