From 6163bd66050ef22921b21a9a528bd090986795d6 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 8 Jun 2019 02:08:24 -0400 Subject: Remove unnecessary buildscript content in readme --- README.md | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'README.md') 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}" - } -} - ``` ----------- -- cgit v1.2.3