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

Commit

Permalink
Migrate SmartRefreshLayout to 2.0.5 (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Aug 28, 2022
1 parent b1a0cd6 commit 7a4ad8f
Showing 1 changed file with 4 additions and 4 deletions.
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" }

This comment has been minimized.

Copy link
@Goooler

Goooler Aug 31, 2022

Author Owner

Last commit 04b4596 on Mar 5.

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" }
utils = "com.blankj:utilcodex:1.31.0"

[bundles]
Expand Down

0 comments on commit 7a4ad8f

Please sign in to comment.