Skip to content

Commit

Permalink
3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
angcyo committed Oct 25, 2024
1 parent f4d9c81 commit ba99a2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 2024-10-25

版本: `3.6.0`, 更新日志:
版本: `3.6.1`, 更新日志:

- 更新`AGP``8.7.1`
- 更新`compileSdk``34`
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.0'
implementation 'com.github.angcyo.DslTablayout:TabLayout:3.6.1'

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

Expand Down

0 comments on commit ba99a2f

Please sign in to comment.