From 8087ccd40932db3971a74ac1cc553d4173e0d744 Mon Sep 17 00:00:00 2001 From: Anwar Date: Fri, 3 Apr 2020 08:19:12 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 0ddd568..ac6fc4f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Add **dependencies** to your `build.gradle` file at `:app` or modules level implementation 'id.ss564.lib.slidingbutton:slidingbutton:' ``` -Then **sync** your gradle. If you have errors, try to add maven url to your `build.gradle` project level +Then **sync** your gradle. If you have errors, try add maven url to your `build.gradle` project level ```groovy repositories { @@ -32,8 +32,6 @@ repositories { ``` - - ---------- # How To Use