Skip to content

Commit 77d17d5

Browse files
Merge pull request #27 from fatalcoder524/dependabot/gradle/allow-errors/com.squareup.retrofit2-retrofit-2.11.0
Bump com.squareup.retrofit2:retrofit from 2.9.0 to 2.11.0
2 parents b64e428 + 4beb9ea commit 77d17d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ dependencies {
9090
implementation(libs.material)
9191
implementation(libs.okhttp)
9292
implementation(libs.kotlinx.serialization.json)
93-
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
94-
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
93+
implementation 'com.squareup.retrofit2:retrofit:2.11.0'
94+
implementation 'com.squareup.retrofit2:converter-gson:2.11.0'
9595
}

0 commit comments

Comments
 (0)