Skip to content

Commit

Permalink
修改Retrofit等依赖库版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicent9920 committed Oct 28, 2020
1 parent ea97758 commit 784785a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rxhttp_kt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ dependencies {
// implementation 'androidx.core:core-ktx:1.1.0'

// Retrofit2
api 'com.squareup.retrofit2:retrofit:2.7.1'
api 'com.squareup.retrofit2:adapter-rxjava2:2.7.1'
api 'com.squareup.retrofit2:converter-gson:2.7.1'
api 'com.squareup.retrofit2:retrofit:2.9.0'
api 'com.squareup.retrofit2:adapter-rxjava2:2.9.0'
api 'com.squareup.retrofit2:converter-gson:2.9.0'
api 'com.squareup.retrofit2:converter-scalars:2.9.0'

// OkHttp
Expand Down

0 comments on commit 784785a

Please sign in to comment.