aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3a6a837..218640d 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,19 @@ dependencies {
implementation "ca.allanwang.kau:searchview:$KAU"
}
+// optional buildscript plugin (see below)
+buildscript {
+ repositories {
+ ...
+ maven { url "https://jitpack.io" }
+ }
+
+ dependencies {
+ ...
+ classpath "ca.allanwang:kau:${KAU}"
+ }
+}
+
```
(If you are using gradle < 4.0, use `compile` instead of `implementation`)
@@ -125,6 +138,9 @@ This means that you'll need to explicitly include each submodule you'd like to u
* Material searchview with kotlin bindings
* Includes `:core-ui`, `:adapter`
+## [Gradle Plugin](buildSrc#readme)
+* Gradle plugin to help facilitate versioning and other gradle functions
+
-----------
# Showcase