We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b60a42 commit 19c21a6Copy full SHA for 19c21a6
README.md
@@ -17,6 +17,20 @@ There are two buttons this library provides
17

18
19
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
34
Attributes for ProgressButton are:
35
36
```XML
0 commit comments