Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Jul 12, 2020
1 parent 23fb15a commit 3a05a6a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
17 changes: 15 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ dependencies {
implementation "org.jetbrains.anko:anko-sdk27-listeners:$anko_version"

//fireBase
implementation 'com.google.firebase:firebase-core:17.4.3'
implementation 'com.google.firebase:firebase-core:17.4.4'
implementation 'com.crashlytics.sdk.android:crashlytics:2.10.1'

//androidX
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta7'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.media:media:1.1.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
Expand All @@ -102,6 +102,19 @@ dependencies {
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.google.android:flexbox:1.1.0'

//RxAndroid
implementation 'io.reactivex.rxjava2:rxjava:2.2.19'
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'

//RxBus
implementation 'com.hwangjr.rxbus:rxbus:2.0.1'

//Retrofit
//noinspection GradleDependency
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:adapter-rxjava2:2.9.0'
implementation 'com.squareup.retrofit2:converter-scalars:2.9.0'

//J_SOUP
implementation 'org.jsoup:jsoup:1.13.1'
implementation 'cn.wanghaomiao:JsoupXpath:2.3.2'
Expand Down
13 changes: 0 additions & 13 deletions basemvplib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,4 @@ dependencies {
api 'androidx.core:core:1.3.0'
api 'androidx.appcompat:appcompat:1.1.0'

//RxAndroid
api 'io.reactivex.rxjava2:rxjava:2.2.19'
api 'io.reactivex.rxjava2:rxandroid:2.1.1'

//RxBus
api 'com.hwangjr.rxbus:rxbus:2.0.1'

//Retrofit
//noinspection GradleDependency
api 'com.squareup.retrofit2:retrofit:2.9.0'
api 'com.squareup.retrofit2:adapter-rxjava2:2.9.0'
api 'com.squareup.retrofit2:converter-scalars:2.9.0'

}

0 comments on commit 3a05a6a

Please sign in to comment.