Skip to content

Commit 1c04ce7

Browse files
committed
Update README.md
1 parent aedf566 commit 1c04ce7

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

Lines changed: 5 additions & 5 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. compile 'com.xw.repo:bubbleseekbar:3.16-lite'
23-
compile 'com.xw.repo:bubbleseekbar:${LATEST_VERSION}-lite'
22+
// e.g. implementation 'com.xw.repo:bubbleseekbar:3.20-lite'
23+
implementation 'com.xw.repo:bubbleseekbar:${LATEST_VERSION}-lite'
2424
2525
// enhanced version
26-
// e.g. compile 'com.xw.repo:bubbleseekbar:3.16'
27-
// compile 'com.xw.repo:bubbleseekbar:${LATEST_VERSION}'
26+
// e.g. implementation 'com.xw.repo:bubbleseekbar:3.20'
27+
// implementation 'com.xw.repo:bubbleseekbar:${LATEST_VERSION}'
2828
}
2929
```
3030

@@ -135,7 +135,7 @@ BTW, the attr `bsb_show_thumb_text` will be set to `false` automatically for avo
135135
- Tell me your device type and Android OS version is very helpful.
136136
- Paste your xml or java code.
137137
- Paste the crash log.
138-
- Be polite.
138+
- Please be polite.
139139

140140
## License
141141
```

README_zh.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ The **LATEST_VERSION**:[![Download](https://api.bintray.com/packages/woxingxia
1616
```groovy
1717
dependencies {
1818
    // lite version 轻量版(推荐)
19-
    // 例如:compile 'com.xw.repo:bubbleseekbar:3.16-lite'
20-
compile 'com.xw.repo:bubbleseekbar:${LATEST_VERSION}-lite'
19+
    // 例如:implementation 'com.xw.repo:bubbleseekbar:3.20-lite'
20+
implementation 'com.xw.repo:bubbleseekbar:${LATEST_VERSION}-lite'
2121
2222
    // enhanced version 增强版
23-
    // 例如:compile 'com.xw.repo:bubbleseekbar:3.16'
24-
// compile 'com.xw.repo:bubbleseekbar:${LATEST_VERSION}'
23+
    // 例如:implementation 'com.xw.repo:bubbleseekbar:3.20'
24+
// implementation 'com.xw.repo:bubbleseekbar:${LATEST_VERSION}'
2525
}
2626
```
2727
## Usage
@@ -136,7 +136,7 @@ mBbubbleSeekBar.getConfigBuilder()
136136
- 礼貌。
137137

138138
--------
139-
> **人生苦短,请选择科学上网。推荐一下本人正在使用的,稳定高速,便宜好用。[推介链接](https://portal.shadowsocks.com.la/aff.php?aff=8881)**  
139+
> **人生苦短,请选择科学上网。无限流量,节点多速度快。[电梯直达](https://my.holytech.tech/aff.php?aff=1016)**  
140140
141141
## License
142142
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88
dependencies {
99
classpath 'com.android.tools.build:gradle:3.3.2'
10-
classpath 'com.novoda:bintray-release:0.8.1'
10+
classpath 'com.novoda:bintray-release:0.9'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files

0 commit comments

Comments
 (0)