From 3a92363e65a29b6106cdfa98d6bcf297b0eda5ad Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Wed, 24 Jan 2018 23:44:49 -0500 Subject: Create buildSrc --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3