Skip to content

Commit 3488f46

Browse files
authored
Update README.md
1 parent 1c04ce7 commit 3488f46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ The **LATEST_VERSION**: [![Download](https://api.bintray.com/packages/woxingxiao
1919
```groovy
2020
dependencies {
2121
// lite version (recommended)
22-
// e.g. implementation 'com.xw.repo:bubbleseekbar:3.20-lite'
23-
implementation 'com.xw.repo:bubbleseekbar:${LATEST_VERSION}-lite'
22+
// e.g. implementation 'com.github.woxingxiao:BubbleSeekBar:3.20-lite'
23+
implementation 'com.github.woxingxiao:BubbleSeekBar:${LATEST_VERSION}-lite'
2424
2525
// enhanced version
26-
// e.g. implementation 'com.xw.repo:bubbleseekbar:3.20'
27-
// implementation 'com.xw.repo:bubbleseekbar:${LATEST_VERSION}'
26+
// e.g. implementation 'com.github.woxingxiao:BubbleSeekBar:3.20'
27+
implementation 'com.github.woxingxiao:BubbleSeekBar:${LATEST_VERSION}'
2828
}
2929
```
3030

0 commit comments

Comments
 (0)