From 30868a660897a8f5f8f2ddaebd04ca686d2aab64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 08:31:39 +0000 Subject: [PATCH] chore(deps): update com.google.accompanist:accompanist-themeadapter-appcompat to v0.32.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 8f3b08c79..b9f6260f6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -178,7 +178,7 @@ dependencies { implementation 'androidx.compose.material:material' implementation 'androidx.activity:activity-compose' implementation 'androidx.compose.runtime:runtime-livedata' - implementation "com.google.accompanist:accompanist-themeadapter-appcompat:0.30.1" + implementation "com.google.accompanist:accompanist-themeadapter-appcompat:0.32.0" // Android Studio Preview support implementation 'androidx.compose.ui:ui-tooling-preview'