Skip to content

Commit

Permalink
fix: Fix OkHttp IllegalStateException
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-223 committed Apr 13, 2021
1 parent a22f2c6 commit 591eaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ dependencies {

//Retrofit2
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.squareup.retrofit2:retrofit:2.7.1'
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.7.1'

//평화랑 겹칠 수 있음 둘 중 하나 지우기
Expand Down

0 comments on commit 591eaa5

Please sign in to comment.