From 56850afac7006ead440b9ee494a0f8bdb7ca52be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 06:44:57 +0000 Subject: [PATCH] Update dependency com.github.skydoves:sandwich-retrofit to v2.0.10 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b453f47ff..10f450aa5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ bindables = "1.1.0" hilt = "2.52" retrofit = "2.11.0" okHttp = "4.12.0" -sandwich = "2.0.9" +sandwich = "2.0.10" moshi = "1.15.1" coroutines = "1.9.0" whatIf = "1.1.4"