Skip to content

Commit 80f0652

Browse files
committed
3.5.1
1 parent a1cf044 commit 80f0652

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+
# 2022-12-9
2+
3+
版本: `3.5.1`, 更新日志:
4+
5+
- 修复child`wrap_content`测量的min size支持
6+
17
# 2022-12-6
28

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

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.0'
97+
implementation 'com.github.angcyo.DslTablayout:TabLayout:3.5.1'
9898

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

0 commit comments

Comments
 (0)