Skip to content

Commit

Permalink
3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
angcyo committed Nov 5, 2024
1 parent 3fbcf15 commit af6a161
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2024-11-5

版本: `3.6.2`, 更新日志:

- 修复布局时, 自动滚动问题

# 2024-10-25

版本: `3.6.1`, 更新日志:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ allprojects {

```kotlin
dependencies {
implementation 'com.github.angcyo.DslTablayout:TabLayout:3.6.1'
implementation 'com.github.angcyo.DslTablayout:TabLayout:3.6.2'

//可选
implementation 'com.github.angcyo.DslTablayout:ViewPager1Delegate:3.6.1'
implementation 'com.github.angcyo.DslTablayout:ViewPager1Delegate:3.6.2'
//可选
implementation 'com.github.angcyo.DslTablayout:ViewPager2Delegate:3.6.1'
implementation 'com.github.angcyo.DslTablayout:ViewPager2Delegate:3.6.2'
}
```

Expand Down

0 comments on commit af6a161

Please sign in to comment.