We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27dbe19 commit 8087ccdCopy full SHA for 8087ccd
1 file changed
README.md
@@ -21,7 +21,7 @@ Add **dependencies** to your `build.gradle` file at `:app` or modules level
21
implementation 'id.ss564.lib.slidingbutton:slidingbutton:<latest-version>'
22
```
23
24
-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
25
26
```groovy
27
repositories {
@@ -32,8 +32,6 @@ repositories {
32
33
34
35
-
36
37
----------
38
39
# How To Use
0 commit comments