Skip to content

Commit

Permalink
3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
angcyo committed Nov 24, 2022
1 parent 32311c7 commit 8c4cc26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 2022-11-24

版本: `3.4.0`, 更新日志:
版本: `3.4.1`, 更新日志:

- 调整`tab_indicator_style`属性
- 新增`tab_item_equ_width_count_range`属性, 支持`[3~5]`条件控制等宽
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.4.0'
implementation 'com.github.angcyo.DslTablayout:TabLayout:3.4.1'

//可选
implementation 'com.github.angcyo.DslTablayout:ViewPager1Delegate:3.4.0'
implementation 'com.github.angcyo.DslTablayout:ViewPager1Delegate:3.4.1'
//可选
implementation 'com.github.angcyo.DslTablayout:ViewPager2Delegate:3.4.0'
implementation 'com.github.angcyo.DslTablayout:ViewPager2Delegate:3.4.1'
}
```

Expand Down

0 comments on commit 8c4cc26

Please sign in to comment.