Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HamidrezaAmz authored Mar 10, 2019
1 parent 24e152e commit c3cad56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ First, add it in your root build.gradle at the end of repositories:
```gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Expand All @@ -37,7 +36,7 @@ Add the dependency to your app modules:

```gradle
dependencies {
compile 'moe.feng:BreadcrumbsView:latest-version'
implementation 'com.github.HamidrezaAmz:BreadcrumbsView:0.2.3'
}
```

Expand Down

0 comments on commit c3cad56

Please sign in to comment.