Skip to content

Commit 224db48

Browse files
author
wsc
committed
切换 为本地项目依赖
1 parent 6c93a2a commit 224db48

4 files changed

Lines changed: 42 additions & 42 deletions

File tree

app/build.gradle

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -68,24 +68,24 @@ dependencies {
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: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' //经典加载
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'

refresh-footer/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ dependencies {
2828
implementation fileTree(include: ['*.jar'], dir: 'libs')
2929

3030
compileOnly project(':refresh-layout')
31-
// compileOnly project(':refresh-footer-ball')
32-
// compileOnly project(':refresh-footer-classics')
31+
compileOnly project(':refresh-footer-ball')
32+
compileOnly project(':refresh-footer-classics')
3333

34-
compileOnly 'io.github.scwang90:refresh-footer-ball:3.0.0-alpha' //球脉冲加载
35-
compileOnly 'io.github.scwang90:refresh-footer-classics:3.0.0-alpha' //经典加载
34+
// compileOnly 'io.github.scwang90:refresh-footer-ball:3.0.0-alpha' //球脉冲加载
35+
// compileOnly 'io.github.scwang90:refresh-footer-classics:3.0.0-alpha' //经典加载
3636

3737
compileOnly 'androidx.appcompat:appcompat:1.7.0'
3838

refresh-header/build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ dependencies {
2727
implementation fileTree(dir: 'libs', include: ['*.jar'])
2828

2929
compileOnly project(':refresh-layout')
30-
// compileOnly project(':refresh-drawable-path')
31-
// compileOnly project(':refresh-header-material')
32-
// compileOnly project(':refresh-layout-kernel')
33-
// compileOnly project(':refresh-header-falsify')
34-
35-
compileOnly 'io.github.scwang90:refresh-drawable-path:3.0.0-alpha' //矢量路径
36-
compileOnly 'io.github.scwang90:refresh-layout-kernel:3.0.0-alpha' //核心必须依赖
37-
compileOnly 'io.github.scwang90:refresh-header-falsify:3.0.0-alpha' //虚拟刷新头
38-
compileOnly 'io.github.scwang90:refresh-header-material:3.0.0-alpha' //谷歌刷新头
30+
compileOnly project(':refresh-drawable-path')
31+
compileOnly project(':refresh-header-material')
32+
compileOnly project(':refresh-layout-kernel')
33+
compileOnly project(':refresh-header-falsify')
34+
35+
// compileOnly 'io.github.scwang90:refresh-drawable-path:3.0.0-alpha' //矢量路径
36+
// compileOnly 'io.github.scwang90:refresh-layout-kernel:3.0.0-alpha' //核心必须依赖
37+
// compileOnly 'io.github.scwang90:refresh-header-falsify:3.0.0-alpha' //虚拟刷新头
38+
// compileOnly 'io.github.scwang90:refresh-header-material:3.0.0-alpha' //谷歌刷新头
3939

4040
compileOnly 'androidx.appcompat:appcompat:1.7.0'
4141

refresh-layout/build.gradle

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ android {
2626
dependencies {
2727
implementation fileTree(dir: 'libs', include: ['*.jar'])
2828

29-
// compileOnly project(':refresh-layout-kernel')
30-
// compileOnly project(':refresh-footer-ball')
31-
// compileOnly project(':refresh-header-falsify')
32-
// compileOnly project(':refresh-header-radar')
33-
// compileOnly project(':refresh-header-two-level')
34-
35-
compileOnly 'io.github.scwang90:refresh-layout-kernel:3.0.0-alpha' //核心必须依赖
36-
compileOnly 'io.github.scwang90:refresh-header-radar:3.0.0-alpha' //雷达刷新头
37-
compileOnly 'io.github.scwang90:refresh-header-falsify:3.0.0-alpha' //虚拟刷新头
38-
compileOnly 'io.github.scwang90:refresh-header-two-level:3.0.0-alpha' //二级刷新头
39-
compileOnly 'io.github.scwang90:refresh-footer-ball:3.0.0-alpha' //球脉冲加载
29+
compileOnly project(':refresh-layout-kernel')
30+
compileOnly project(':refresh-footer-ball')
31+
compileOnly project(':refresh-header-falsify')
32+
compileOnly project(':refresh-header-radar')
33+
compileOnly project(':refresh-header-two-level')
34+
35+
// compileOnly 'io.github.scwang90:refresh-layout-kernel:3.0.0-alpha' //核心必须依赖
36+
// compileOnly 'io.github.scwang90:refresh-header-radar:3.0.0-alpha' //雷达刷新头
37+
// compileOnly 'io.github.scwang90:refresh-header-falsify:3.0.0-alpha' //虚拟刷新头
38+
// compileOnly 'io.github.scwang90:refresh-header-two-level:3.0.0-alpha' //二级刷新头
39+
// compileOnly 'io.github.scwang90:refresh-footer-ball:3.0.0-alpha' //球脉冲加载
4040

4141
compileOnly 'com.google.android.material:material:1.12.0'
4242

0 commit comments

Comments
 (0)