Skip to content

Commit

Permalink
移除view第三方库
Browse files Browse the repository at this point in the history
  • Loading branch information
haife committed Jan 12, 2023
1 parent e5915ea commit 2d04f98
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 30 deletions.
5 changes: 5 additions & 0 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ ext {
retrofitSdkVersion : "2.4.0",
dagger2SdkVersion : "2.19",
glideSdkVersion : "4.11.0",
fragmentationVersion : "1.0.2",
butterknifeSdkVersion : "10.0.0",
rxlifecycleSdkVersion : "1.0",
rxlifecycle2SdkVersion : "2.2.2",
Expand Down Expand Up @@ -74,6 +75,10 @@ ext {
"rxcache" : "com.github.VictorAlbertos.RxCache:runtime:1.7.0-1.x",
"rxcache-jolyglot-gson" : "com.github.VictorAlbertos.Jolyglot:gson:0.0.4",
"rxpermissions" : "com.tbruyelle.rxpermissions:rxpermissions:0.9.4@aar",
//fragment
"fragmentation" : "me.yokeyword:fragmentationx:${version["fragmentationVersion"]}",
"fragmentation-code" : "me.yokeyword:fragmentationx-core:${version["fragmentationVersion"]}",
"fragmentation-swipeback" : "me.yokeyword:fragmentationx-swipeback:${version["fragmentationVersion"]}",

//rx2
"rxandroid2" : "io.reactivex.rxjava2:rxandroid:2.1.0",
Expand Down
5 changes: 4 additions & 1 deletion mcas/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,10 @@ dependencies {
compileOnly rootProject.ext.dependencies["androideventbus"]
compileOnly rootProject.ext.dependencies["eventbus"]
api rootProject.ext.dependencies["gson"]

//view
api rootProject.ext.dependencies["fragmentation"]
api rootProject.ext.dependencies["fragmentation-code"]
api rootProject.ext.dependencies["fragmentation-swipeback"]
api rootProject.ext.dependencies["androideventbus"]
/*ARouter*/
api rootProject.ext.dependencies["arouter"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

import io.rx_cache2.internal.RxCache;
import io.victoralbertos.jolyglot.GsonSpeaker;
import me.jessyan.retrofiturlmanager.RetrofitUrlManager;
import me.jessyan.rxerrorhandler.core.RxErrorHandler;
import me.jessyan.rxerrorhandler.handler.listener.ResponseErrorListener;
import okhttp3.Dispatcher;
Expand Down

This file was deleted.

0 comments on commit 2d04f98

Please sign in to comment.