aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-01-24 23:44:49 -0500
committerAllan Wang <me@allanwang.ca>2018-01-24 23:44:49 -0500
commit3a92363e65a29b6106cdfa98d6bcf297b0eda5ad (patch)
tree9c61fbce5d486374aad1e7767ebc2ee6f67348cc /README.md
parent9c00231884c69456c2deb2918cd0ecd50f3ac0a0 (diff)
downloadkau-3a92363e65a29b6106cdfa98d6bcf297b0eda5ad.tar.gz
kau-3a92363e65a29b6106cdfa98d6bcf297b0eda5ad.tar.bz2
kau-3a92363e65a29b6106cdfa98d6bcf297b0eda5ad.zip
Create buildSrc
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