From a45fe24a6b1979c01b16f1ee6cc4772ef332267b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Nov 2021 09:42:40 -0500 Subject: [PATCH] Bump accompanist-appcompat-theme from 0.20.0 to 0.20.2 (#1888) Bumps [accompanist-appcompat-theme](https://github.com/google/accompanist) from 0.20.0 to 0.20.2. - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.20.0...v0.20.2) --- updated-dependencies: - dependency-name: com.google.accompanist:accompanist-appcompat-theme dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 64294974157..b7907890fe8 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -193,7 +193,7 @@ dependencies { implementation("androidx.compose.ui:ui-tooling:1.0.5") implementation("androidx.activity:activity-compose:1.4.0") implementation("com.google.android.material:compose-theme-adapter:1.0.4") - implementation("com.google.accompanist:accompanist-appcompat-theme:0.20.0") + implementation("com.google.accompanist:accompanist-appcompat-theme:0.20.2") implementation("com.mikepenz:iconics-core:5.3.2") implementation("com.mikepenz:community-material-typeface:5.8.55.0-kotlin@aar")