Skip to content

Commit c135713

Browse files
fix(deps): update retrofit monorepo to v2.12.0
1 parent 6984f61 commit c135713

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ dependencies {
108108
implementation("androidx.datastore:datastore-preferences:1.1.6")
109109

110110
// Retrofit
111-
implementation("com.squareup.retrofit2:retrofit:2.11.0")
112-
implementation("com.squareup.retrofit2:converter-gson:2.11.0")
111+
implementation("com.squareup.retrofit2:retrofit:2.12.0")
112+
implementation("com.squareup.retrofit2:converter-gson:2.12.0")
113113

114114
// In-app updates
115115
implementation("com.google.android.play:app-update-ktx:2.1.0")

0 commit comments

Comments
 (0)