Skip to content

Commit

Permalink
3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
angcyo committed Jan 7, 2023
1 parent 066970e commit 16a15ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2023-1-7

版本: `3.5.3`, 更新日志:

- 新增`tab_use_typeface_bold`属性, 支持使用粗体字体实现变粗效果

# 2022-12-9

版本: `3.5.2`, 更新日志:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ allprojects {

```kotlin
dependencies {
implementation 'com.github.angcyo.DslTablayout:TabLayout:3.5.2'
implementation 'com.github.angcyo.DslTablayout:TabLayout:3.5.3'

//可选
implementation 'com.github.angcyo.DslTablayout:ViewPager1Delegate:3.5.2'
implementation 'com.github.angcyo.DslTablayout:ViewPager1Delegate:3.5.3'
//可选
implementation 'com.github.angcyo.DslTablayout:ViewPager2Delegate:3.5.2'
implementation 'com.github.angcyo.DslTablayout:ViewPager2Delegate:3.5.3'
}
```

Expand Down

0 comments on commit 16a15ff

Please sign in to comment.