Skip to content

Commit c4c29e6

Browse files
committed
3.7.1
1 parent 1ddd59e commit c4c29e6

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+
# 2025-03-10
2+
3+
版本: `3.7.1`, 更新日志:
4+
5+
- 修复复用时的滚动位置问题
6+
17
# 2025-02-19
28

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

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ allprojects {
107107

108108
```kotlin
109109
dependencies {
110-
implementation 'com.github.angcyo.DslTablayout:TabLayout:3.7.0'
110+
implementation 'com.github.angcyo.DslTablayout:TabLayout:3.7.1'
111111

112112
//可选
113-
implementation 'com.github.angcyo.DslTablayout:ViewPager1Delegate:3.7.0'
113+
implementation 'com.github.angcyo.DslTablayout:ViewPager1Delegate:3.7.1'
114114
//可选
115-
implementation 'com.github.angcyo.DslTablayout:ViewPager2Delegate:3.7.0'
115+
implementation 'com.github.angcyo.DslTablayout:ViewPager2Delegate:3.7.1'
116116
}
117117
```
118118

0 commit comments

Comments
 (0)