Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1902shubh authored Jun 29, 2022
1 parent 1c04ce7 commit 3488f46
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 @@ -19,12 +19,12 @@ The **LATEST_VERSION**: [![Download](https://api.bintray.com/packages/woxingxiao
```groovy
dependencies {
// lite version (recommended)
// e.g. implementation 'com.xw.repo:bubbleseekbar:3.20-lite'
implementation 'com.xw.repo:bubbleseekbar:${LATEST_VERSION}-lite'
// e.g. implementation 'com.github.woxingxiao:BubbleSeekBar:3.20-lite'
implementation 'com.github.woxingxiao:BubbleSeekBar:${LATEST_VERSION}-lite'
// enhanced version
// e.g. implementation 'com.xw.repo:bubbleseekbar:3.20'
// implementation 'com.xw.repo:bubbleseekbar:${LATEST_VERSION}'
// e.g. implementation 'com.github.woxingxiao:BubbleSeekBar:3.20'
implementation 'com.github.woxingxiao:BubbleSeekBar:${LATEST_VERSION}'
}
```

Expand Down

1 comment on commit 3488f46

@1902shubh
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Older dependency are not getting used

Please sign in to comment.