Skip to content

Commit bb85eb2

Browse files
committed
3.5.0
1 parent 13312f8 commit bb85eb2

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2022-12-6
2+
3+
版本: `3.5.0`, 更新日志:
4+
5+
- 新增横向支持`wrap_content`测量模式
6+
17
# 2022-11-24
28

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

Diff for: 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.4.2'
97+
implementation 'com.github.angcyo.DslTablayout:TabLayout:3.5.0'
9898

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

0 commit comments

Comments
 (0)