From 9607dcb112bdde49e6a75f65380f2819d4e2452e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:55:24 +0800 Subject: [PATCH] Update accompanistVersion to v0.37.0 (#5083) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2584159f79..481bbd8d44 100644 --- a/build.gradle +++ b/build.gradle @@ -390,7 +390,7 @@ dependencies { implementation "androidx.constraintlayout:constraintlayout:2.2.0" implementation "androidx.palette:palette-ktx:1.0.0" implementation "androidx.slice:slice-core:1.1.0-alpha02" - def accompanistVersion = '0.36.0' + def accompanistVersion = '0.37.0' implementation "com.google.accompanist:accompanist-adaptive:$accompanistVersion" implementation "com.google.accompanist:accompanist-drawablepainter:$accompanistVersion" implementation "com.google.accompanist:accompanist-permissions:$accompanistVersion"