aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/README.md b/README.md
index cd1ddf7..36766b1 100644
--- a/README.md
+++ b/README.md
@@ -53,20 +53,6 @@ dependencies {
implementation "ca.allanwang.kau:mediapicker:$KAU"
implementation "ca.allanwang.kau:searchview:$KAU"
}
-
-// optional buildscript plugin (see below)
-buildscript {
- repositories {
- ...
- maven { url "https://jitpack.io" }
- }
-
- dependencies {
- ...
- classpath "ca.allanwang:kau:${KAU}"
- }
-}
-
```
-----------