Skip to content

Commit 19c21a6

Browse files
authored
Update README.md
1 parent 3b60a42 commit 19c21a6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,20 @@ There are two buttons this library provides
1717
![ezgif com-gif-maker](https://user-images.githubusercontent.com/30362030/134495090-4e304afc-a9f8-4362-97bc-8c5c8f16bd36.gif)
1818

1919

20+
Add it in your root build.gradle(project level) at the end of repositories:
21+
22+
allprojects {
23+
repositories {
24+
...
25+
maven { url 'https://jitpack.io' }
26+
}
27+
}
28+
Step 2. Add the dependency(Add to app level build.gradle file)
29+
30+
dependencies {
31+
implementation 'com.github.shashifreeze:ProgressButtonLib:Tag'
32+
}
33+
2034
Attributes for ProgressButton are:
2135

2236
```XML

0 commit comments

Comments
 (0)