From fdb3b8a35ab57f62dc872cff5001982ba2fcc3b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 May 2025 14:33:27 +0000 Subject: [PATCH] Update retrofit monorepo to v2.12.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1774a32..9783421 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,8 +44,8 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' //Retrofit & Picasso - implementation 'com.squareup.retrofit2:retrofit:2.7.1' - implementation 'com.squareup.retrofit2:converter-gson:2.7.1' + implementation 'com.squareup.retrofit2:retrofit:2.12.0' + implementation 'com.squareup.retrofit2:converter-gson:2.12.0' implementation 'com.squareup.picasso:picasso:2.71828' // Volley library