Skip to content

Commit

Permalink
Update Retrofit to 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
YtvwlD committed Sep 8, 2024
1 parent f0cf250 commit 27d61ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meteroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ dependencies {
maven { url 'https://jitpack.io' }
}
implementation 'org.jetbrains:annotations:23.0.0'
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
implementation 'com.squareup.retrofit2:retrofit:2.11.0'
implementation 'com.squareup.retrofit2:converter-gson:2.11.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'com.squareup.picasso:picasso:2.8'
implementation 'com.google.android.material:material:1.4.0'
Expand Down

0 comments on commit 27d61ba

Please sign in to comment.