aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-08-05 15:08:52 -0700
committerGitHub <noreply@github.com>2017-08-05 15:08:52 -0700
commita2a11ff0558ffb498ce56e08af74139a4650d843 (patch)
treea701921e7cd124f15d10e388b88f55c290d1d708 /README.md
parentc707d42b311f96cbabc1971f98598c8b8922ba16 (diff)
downloadkau-a2a11ff0558ffb498ce56e08af74139a4650d843.tar.gz
kau-a2a11ff0558ffb498ce56e08af74139a4650d843.tar.bz2
kau-a2a11ff0558ffb498ce56e08af74139a4650d843.zip
Update readme and gifs (#25)
* Add docs * Update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7ee0e20..17a486d 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,8 @@ allprojects {
...
jcenter()
maven { url "https://jitpack.io" }
- maven { url "https://maven.google.com" }
+ maven { url "https://maven.google.com" } //for gradle < 4.0
+ google() //for gradle >= 4.0
}
}
```
@@ -55,12 +56,12 @@ dependencies {
-----------
# Submodules
-> linked to their respective Docs
-> included dependencies are only those with exposed APIs. See [new dependency configurations](https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html#new_configurations)
+> Linked to their respective docs.<br/>
+> Included dependencies are only those with exposed APIs; see [new dependency configurations](https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html#new_configurations).
## [Core](core#readme)
* Collection of extension functions and small helper methods applicable in almost any application.
-* Notable features: KPrefs, Changelog XML, Kotterknife, Ripple Canvas, Delegates, Lazy Resettables, Extensions, Email Builder
+* Notable features: KPrefs, Changelog XML, Kotterknife, Ripple Canvas, Delegates, Swipe, Lazy Resettables, Extensions, Email Builder
* Includes
[`AppCompat`](https://developer.android.com/topic/libraries/support-library/index.html),
[`Material Dialogs (core)`](https://github.com/afollestad/material-dialogs),
@@ -115,6 +116,7 @@ dependencies {
![Color Picker Custom Gif](https://raw.githubusercontent.com/AllanWang/Storage-Hub/master/kau/kau_color_picker_custom.gif)
![KPref Items Gif](https://raw.githubusercontent.com/AllanWang/Storage-Hub/master/kau/kau_kpref_items.gif)
![SearchView Gif](https://raw.githubusercontent.com/AllanWang/Storage-Hub/master/kau/kau_search_view.gif)
+![Swipe Gif](https://raw.githubusercontent.com/AllanWang/Storage-Hub/master/kau/kau_swipe.gif)
# Proguard/MultiDex