Skip to content

Commit 16a15ff

Browse files
committed
3.5.3
1 parent 066970e commit 16a15ff

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2023-1-7
2+
3+
版本: `3.5.3`, 更新日志:
4+
5+
- 新增`tab_use_typeface_bold`属性, 支持使用粗体字体实现变粗效果
6+
17
# 2022-12-9
28

39
版本: `3.5.2`, 更新日志:

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ allprojects {
9494

9595
```kotlin
9696
dependencies {
97-
implementation 'com.github.angcyo.DslTablayout:TabLayout:3.5.2'
97+
implementation 'com.github.angcyo.DslTablayout:TabLayout:3.5.3'
9898

9999
//可选
100-
implementation 'com.github.angcyo.DslTablayout:ViewPager1Delegate:3.5.2'
100+
implementation 'com.github.angcyo.DslTablayout:ViewPager1Delegate:3.5.3'
101101
//可选
102-
implementation 'com.github.angcyo.DslTablayout:ViewPager2Delegate:3.5.2'
102+
implementation 'com.github.angcyo.DslTablayout:ViewPager2Delegate:3.5.3'
103103
}
104104
```
105105

0 commit comments

Comments
 (0)