Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Budiyev committed Feb 18, 2022
1 parent 6cff2b5 commit 7383756
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Circular progress bar, supports animations and indeterminate mode, highly custom
Step 1. Add it in your root build.gradle at the end of repositories:
```gradle
allprojects {
...
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Expand All @@ -21,9 +21,9 @@ allprojects {
or in settings.gradle file:
```gradle
dependencyResolutionManagement {
...
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Expand Down

0 comments on commit 7383756

Please sign in to comment.