From e7dcdacda0090110aa9e86a09335d0172c3395dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Aug 2022 20:58:03 -0400 Subject: [PATCH] Bump accompanist-appcompat-theme from 0.25.0 to 0.25.1 (#2787) Bumps [accompanist-appcompat-theme](https://github.com/google/accompanist) from 0.25.0 to 0.25.1. - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.25.0...v0.25.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 e8f6caac8..4ffbdf4d1 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -192,7 +192,7 @@ dependencies { implementation("androidx.activity:activity-compose:1.5.1") implementation("androidx.navigation:navigation-compose:2.5.1") implementation("com.google.android.material:compose-theme-adapter:1.1.15") - implementation("com.google.accompanist:accompanist-appcompat-theme:0.25.0") + implementation("com.google.accompanist:accompanist-appcompat-theme:0.25.1") implementation("com.mikepenz:iconics-core:5.3.4") implementation("com.mikepenz:iconics-compose:5.3.4")