Skip to content

Commit

Permalink
测试解决依赖库问题
Browse files Browse the repository at this point in the history
  • Loading branch information
kangwei committed Nov 8, 2019
1 parent 6d8af9f commit 4edfabd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions arch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ dependencies {

implementation 'androidx.appcompat:appcompat:1.1.0'
testImplementation 'junit:junit:4.12'

api 'com.squareup.retrofit2:retrofit:2.5.0'
api 'com.squareup.retrofit2:converter-gson:2.5.0'
api ('com.squareup.retrofit2:retrofit:2.5.0'){transitive=true}
api ('com.squareup.retrofit2:converter-gson:2.5.0'){transitive=true}
}

0 comments on commit 4edfabd

Please sign in to comment.