From ad01014494deb3d249ff56a1e44ea6a4b0f5cf2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 06:35:32 +0000 Subject: [PATCH] Bump accompanist-insets from 0.9.1 to 0.10.0 Bumps [accompanist-insets](https://github.com/google/accompanist) from 0.9.1 to 0.10.0. - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.9.1...v0.10.0) Signed-off-by: dependabot[bot] --- android/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle.kts b/android/build.gradle.kts index 6a6e1189..3ab8509d 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -131,7 +131,7 @@ dependencies { //implementation("com.jakewharton.timber:timber:4.7.1") implementation("dev.icerock.moko:parcelize:0.6.1") implementation("com.github.shabinder:storage-chooser:2.0.4.45") - implementation("com.google.accompanist:accompanist-insets:0.9.1") + implementation("com.google.accompanist:accompanist-insets:0.10.0") // Test testImplementation("junit:junit:4.13.2")