Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Migrate SmartRefreshLayout to 2.0.5 #201

Merged
merged 1 commit into from
Aug 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kotlin = "1.7.10"
ktlint = "0.46.1"
square-okHttp = "4.10.0"
square-retrofit = "2.9.0"
srl = "2.0.3"
srl = "2.0.5"
support = "28.0.0"

[plugins]
Expand Down Expand Up @@ -93,9 +93,9 @@ glide-transformations = "jp.wasabeef:glide-transformations:4.3.0"
photoView = "com.github.chrisbanes:PhotoView:2.3.0"
rxJava3-android = "io.reactivex.rxjava3:rxandroid:3.0.0"
rxJava3-java = "io.reactivex.rxjava3:rxjava:3.1.5"
srl-footer = { module = "com.scwang.smart:refresh-footer-classics", version.ref = "srl" }
srl-header = { module = "com.scwang.smart:refresh-header-classics", version.ref = "srl" }
srl-kernel = { module = "com.scwang.smart:refresh-layout-kernel", version.ref = "srl" }
srl-footer = { module = "io.github.scwang90:refresh-footer-classics", version.ref = "srl" }
srl-header = { module = "io.github.scwang90:refresh-header-classics", version.ref = "srl" }
srl-kernel = { module = "io.github.scwang90:refresh-layout-kernel", version.ref = "srl" }
Comment on lines +96 to +98
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

修复少量bug,并迁移到 mavenCenter,可以使用 io.github.scwang90:refresh-layout-kernel:2.0.5 引用

utils = "com.blankj:utilcodex:1.31.0"

[bundles]
Expand Down