File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737 retrofit : ' com.squareup.retrofit2:retrofit:2.5.0' ,
3838 retrofitMock : ' com.squareup.retrofit2:retrofit-mock:2.5.0' ,
3939 retrofitGsonConverter : ' com.squareup.retrofit2:converter-gson:2.5.0' ,
40- gson : ' com.google.code.gson:gson:2.7 ' ,
40+ gson : ' com.google.code.gson:gson:2.8.5 ' ,
4141 okHttp : ' com.squareup.okhttp3:okhttp:3.12.0' ,
4242 okHttpInterceptor : ' com.squareup.okhttp3:logging-interceptor:3.12.0' ,
4343 design : ' com.android.support:design:27.1.1' ,
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ android {
5050}
5151
5252dependencies {
53- api " com.squareup.retrofit2:retrofit:2.5.0"
54- api " com.squareup.retrofit2:converter-gson:2.5.0"
53+ implementation " com.squareup.retrofit2:retrofit:2.5.0"
54+ implementation " com.squareup.retrofit2:converter-gson:2.5.0"
5555
5656}
You can’t perform that action at this time.
0 commit comments