File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ The **LATEST_VERSION**: [
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
You can’t perform that action at this time.
0 commit comments