@@ -58,34 +58,34 @@ dependencies {
5858
5959// implementation 'androidx.appcompat:appcompat:1.6.1'
6060 implementation ' androidx.cardview:cardview:1.0.0'
61- implementation ' androidx.constraintlayout:constraintlayout:2.1.4 '
61+ implementation ' androidx.constraintlayout:constraintlayout:2.2.0 '
6262// implementation 'androidx.legacy:legacy-support-v4:1.0.0'
63- implementation ' com.google.android.material:material:1.10 .0'
63+ implementation ' com.google.android.material:material:1.12 .0'
6464
6565 debugImplementation ' com.squareup.leakcanary:leakcanary-android:2.10'
6666
6767 implementation project(' :refresh-footer' )
6868 implementation project(' :refresh-header' )
6969 implementation project(' :refresh-layout' )
7070
71- implementation project(' :refresh-drawable-path' )
72- implementation project(' :refresh-layout-kernel' )
73- implementation project(' :refresh-header-classics' )
74- implementation project(' :refresh-header-radar' )
75- implementation project(' :refresh-header-falsify' )
76- implementation project(' :refresh-header-material' )
77- implementation project(' :refresh-header-two-level' )
78- implementation project(' :refresh-footer-ball' )
79-
80- // implementation 'io.github.scwang90:refresh-drawable-path:2.1.0 ' //矢量路径
81- // implementation 'io.github.scwang90:refresh-layout-kernel:2.1.0 ' //核心必须依赖
82- // implementation 'io.github.scwang90:refresh-header-classics:2.1.0 ' //经典刷新头
83- // implementation 'io.github.scwang90:refresh-header-radar:2.1.0 ' //雷达刷新头
84- // implementation 'io.github.scwang90:refresh-header-falsify:2.1.0 ' //虚拟刷新头
85- // implementation 'io.github.scwang90:refresh-header-material:2.1.0 ' //谷歌刷新头
86- // implementation 'io.github.scwang90:refresh-header-two-level:2.1.0 ' //二级刷新头
87- // implementation 'io.github.scwang90:refresh-footer-ball:2.1.0 ' //球脉冲加载
88- // implementation 'io.github.scwang90:refresh-footer-classics:2.1.0 ' //经典加载
71+ // implementation project(':refresh-drawable-path')
72+ // implementation project(':refresh-layout-kernel')
73+ // implementation project(':refresh-header-classics')
74+ // implementation project(':refresh-header-radar')
75+ // implementation project(':refresh-header-falsify')
76+ // implementation project(':refresh-header-material')
77+ // implementation project(':refresh-header-two-level')
78+ // implementation project(':refresh-footer-ball')
79+
80+ implementation ' io.github.scwang90:refresh-drawable-path:3.0.0-alpha ' // 矢量路径
81+ implementation ' io.github.scwang90:refresh-layout-kernel:3.0.0-alpha ' // 核心必须依赖
82+ implementation ' io.github.scwang90:refresh-header-classics:3.0.0-alpha ' // 经典刷新头
83+ implementation ' io.github.scwang90:refresh-header-radar:3.0.0-alpha ' // 雷达刷新头
84+ implementation ' io.github.scwang90:refresh-header-falsify:3.0.0-alpha ' // 虚拟刷新头
85+ implementation ' io.github.scwang90:refresh-header-material:3.0.0-alpha ' // 谷歌刷新头
86+ implementation ' io.github.scwang90:refresh-header-two-level:3.0.0-alpha ' // 二级刷新头
87+ implementation ' io.github.scwang90:refresh-footer-ball:3.0.0-alpha ' // 球脉冲加载
88+ implementation ' io.github.scwang90:refresh-footer-classics:3.0.0-alpha ' // 经典加载
8989
9090 implementation ' com.flyco.roundview:FlycoRoundView_Lib:1.1.4@aar'
9191 implementation ' com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.50'
@@ -103,6 +103,6 @@ dependencies {
103103 annotationProcessor ' com.github.bumptech.glide:compiler:4.13.0'
104104
105105 testImplementation ' junit:junit:4.13.2'
106- androidTestImplementation ' androidx.test.ext:junit:1.1.5 '
107- androidTestImplementation ' androidx.test.espresso:espresso-core:3.5 .1'
106+ androidTestImplementation ' androidx.test.ext:junit:1.2.1 '
107+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.6 .1'
108108}
0 commit comments