File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,10 @@ android {
64
64
}
65
65
}
66
66
67
+ // configurations.all {
68
+ // resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
69
+ // }
70
+
67
71
dependencies {
68
72
implementation fileTree(include : [' *.jar' , ' *.aar' ], dir : ' libs' )
69
73
implementation ' androidx.multidex:multidex:2.0.1'
@@ -78,13 +82,14 @@ dependencies {
78
82
implementation ' androidx.lifecycle:lifecycle-service:2.3.1'
79
83
80
84
implementation project(" :rxhttp" )
81
- // ksp project(':rxhttp-compiler')
82
- kapt project(' :rxhttp-compiler' )
85
+ ksp project(' :rxhttp-compiler' )
86
+ // kapt project(':rxhttp-compiler')
83
87
// implementation "com.squareup.okhttp3:logging-interceptor:${okhttp_version}"
84
88
85
89
implementation " com.squareup.okhttp3:okhttp:${ okhttp_version} "
86
90
87
91
// implementation "com.github.liujingxing.rxhttp:rxhttp:${rxhttp_version}"
92
+ // ksp "com.github.liujingxing.rxhttp:rxhttp-compiler:${rxhttp_version}"
88
93
// kapt "com.github.liujingxing.rxhttp:rxhttp-compiler:${rxhttp_version}"
89
94
90
95
// 管理RxJava及生命周期,Activity/Fragment 销毁,自动关闭未完成的请求
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ org.gradle.jvmargs=-Xmx1536m
19
19
20
20
okhttp_version =4.9.1
21
21
rxlife_version =2.2.1
22
- rxhttp_version =2.8.0-beta1
22
+ rxhttp_version =2.8.0
23
23
24
24
fastjson_version =1.2.76
25
25
jackson_version =2.12.3
You can’t perform that action at this time.
0 commit comments