We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ddd59e commit c4c29e6Copy full SHA for c4c29e6
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 2025-03-10
2
+
3
+版本: `3.7.1`, 更新日志:
4
5
+- 修复复用时的滚动位置问题
6
7
# 2025-02-19
8
9
版本: `3.7.0`, 更新日志:
README.md
@@ -107,12 +107,12 @@ allprojects {
107
108
```kotlin
109
dependencies {
110
- implementation 'com.github.angcyo.DslTablayout:TabLayout:3.7.0'
+ implementation 'com.github.angcyo.DslTablayout:TabLayout:3.7.1'
111
112
//可选
113
- implementation 'com.github.angcyo.DslTablayout:ViewPager1Delegate:3.7.0'
+ implementation 'com.github.angcyo.DslTablayout:ViewPager1Delegate:3.7.1'
114
115
- implementation 'com.github.angcyo.DslTablayout:ViewPager2Delegate:3.7.0'
+ implementation 'com.github.angcyo.DslTablayout:ViewPager2Delegate:3.7.1'
116
}
117
```
118
0 commit comments