diff options
author | Allan Wang <me@allanwang.ca> | 2019-06-13 20:35:22 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-06-13 20:35:22 -0700 |
commit | 263ecd778c6f65cf966f9d61e79c4df409a64ede (patch) | |
tree | 740f4f6b67d6cc4bc0cf99d55904243929735203 /README.md | |
parent | c84edb5a6656cf3fcd10dfb05727b0f3bad5a37d (diff) | |
download | kau-263ecd778c6f65cf966f9d61e79c4df409a64ede.tar.gz kau-263ecd778c6f65cf966f9d61e79c4df409a64ede.tar.bz2 kau-263ecd778c6f65cf966f9d61e79c4df409a64ede.zip |
Update readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -8,7 +8,7 @@ This library contains small helper functions used throughout almost all of my ot <a href='https://play.google.com/store/apps/details?id=ca.allanwang.kau.sample&utm_source=github'><img alt='Get it on Google Play' width="30%" src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png'/></a> -[Changelog](docs/Changelog.md) +[Changelog](docs/Changelog.md) • [Migration](docs/Migration.md) ------------ @@ -102,8 +102,7 @@ This means that you'll need to explicitly include each submodule you'd like to u ## [Color Picker](colorpicker#readme) * Implementation of a color picker dialog with subtle transitions and a decoupled callback -* Includes `:core`, -([`Material Dialogs (commons)`](https://github.com/afollestad/material-dialogs)) +* Includes `:core` ## [KPref Activity](kpref-activity#readme) * Fully programmatic implementation of a Preference Activity, backed by a RecyclerView |