We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1cf044 commit 80f0652Copy full SHA for 80f0652
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 2022-12-9
2
+
3
+版本: `3.5.1`, 更新日志:
4
5
+- 修复child`wrap_content`测量的min size支持
6
7
# 2022-12-6
8
9
版本: `3.5.0`, 更新日志:
README.md
@@ -94,12 +94,12 @@ allprojects {
94
95
```kotlin
96
dependencies {
97
- implementation 'com.github.angcyo.DslTablayout:TabLayout:3.5.0'
+ implementation 'com.github.angcyo.DslTablayout:TabLayout:3.5.1'
98
99
//可选
100
- implementation 'com.github.angcyo.DslTablayout:ViewPager1Delegate:3.5.0'
+ implementation 'com.github.angcyo.DslTablayout:ViewPager1Delegate:3.5.1'
101
102
- implementation 'com.github.angcyo.DslTablayout:ViewPager2Delegate:3.5.0'
+ implementation 'com.github.angcyo.DslTablayout:ViewPager2Delegate:3.5.1'
103
}
104
```
105
0 commit comments