From 36c415d676068018ace742bac70cba8c96c37002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 11:59:05 +0000 Subject: [PATCH] Bump androidx.compose.material:material from 1.3.1 to 1.4.0 Bumps androidx.compose.material:material from 1.3.1 to 1.4.0. --- updated-dependencies: - dependency-name: androidx.compose.material:material dependency-type: direct:production update-type: version-update:semver-minor ... 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 dbb57f8..3020ece 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -7,7 +7,7 @@ plugins { dependencies { implementation(project(":reorderable")) implementation("androidx.compose.runtime:runtime:1.3.3") - implementation("androidx.compose.material:material:1.3.1") + implementation("androidx.compose.material:material:1.4.0") implementation("androidx.activity:activity-compose:1.6.1") implementation("com.google.android.material:material:1.8.0") implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1")