From ee60714ad5ab790ddd9f653ad98c1a1c3b3fc84d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 14:05:31 -0500 Subject: [PATCH] Bump accompanist-appcompat-theme from 0.27.0 to 0.27.1 (#3085) Bumps [accompanist-appcompat-theme](https://github.com/google/accompanist) from 0.27.0 to 0.27.1. - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.27.0...v0.27.1) --- 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] 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 fda3af476..9e8f8ec22 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -201,7 +201,7 @@ dependencies { implementation("androidx.activity:activity-compose:1.6.1") implementation("androidx.navigation:navigation-compose:2.5.3") implementation("com.google.android.material:compose-theme-adapter:1.1.21") - implementation("com.google.accompanist:accompanist-appcompat-theme:0.27.0") + implementation("com.google.accompanist:accompanist-appcompat-theme:0.27.1") implementation("com.mikepenz:iconics-core:5.4.0") implementation("com.mikepenz:iconics-compose:5.4.0")