From 7a4ad8f70bc03a1770d4a2d6df93b794144c002d Mon Sep 17 00:00:00 2001 From: Goooler Date: Sun, 28 Aug 2022 12:23:02 +0800 Subject: [PATCH] Migrate SmartRefreshLayout to 2.0.5 (#201) https://github.com/scwang90/SmartRefreshLayout/releases/tag/V2.0.5 --- gradle/libs.versions.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 27c8c37af..92d313230 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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] @@ -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" } utils = "com.blankj:utilcodex:1.31.0" [bundles]