Skip to content

Commit

Permalink
fix(deps): update dependency com.squareup.retrofit2:retrofit to v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and AndyScherzinger committed Mar 20, 2024
1 parent 7ab797f commit 03a01a9
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 @@ -123,7 +123,7 @@ dependencies {
annotationProcessor "androidx.room:room-compiler:${roomVersion}"

// Retrofit
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:retrofit:2.10.0'

// Gson
implementation 'com.google.code.gson:gson:2.10.1'
Expand Down

0 comments on commit 03a01a9

Please sign in to comment.