Skip to content

Commit

Permalink
3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
angcyo committed Dec 9, 2022
1 parent a1cf044 commit 80f0652
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 @@
# 2022-12-9

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

- 修复child`wrap_content`测量的min size支持

# 2022-12-6

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

```kotlin
dependencies {
implementation 'com.github.angcyo.DslTablayout:TabLayout:3.5.0'
implementation 'com.github.angcyo.DslTablayout:TabLayout:3.5.1'

//可选
implementation 'com.github.angcyo.DslTablayout:ViewPager1Delegate:3.5.0'
implementation 'com.github.angcyo.DslTablayout:ViewPager1Delegate:3.5.1'
//可选
implementation 'com.github.angcyo.DslTablayout:ViewPager2Delegate:3.5.0'
implementation 'com.github.angcyo.DslTablayout:ViewPager2Delegate:3.5.1'
}
```

Expand Down

0 comments on commit 80f0652

Please sign in to comment.