Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvel999 authored Apr 28, 2021
1 parent 737f106 commit 89f637a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,21 @@ To make a Arc Progressbar add ArcProgressbar in your layout XML and add ArcProgr

Gradle
------
Add it in your root build.gradle at the end of repositories:
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
Add the dependency
```
dependencies {
...
implementation 'com.github.Marvel999:Arc-Progressbar-lib:Tag'
}
```

Expand Down

0 comments on commit 89f637a

Please sign in to comment.