From 2fd9f03b3c5a5cae4057daac940cc17cd0dadba5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 11:58:24 +0000 Subject: [PATCH] Bump androidx.compose.runtime:runtime from 1.3.3 to 1.4.1 Bumps androidx.compose.runtime:runtime from 1.3.3 to 1.4.1. --- updated-dependencies: - dependency-name: androidx.compose.runtime:runtime 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..7e44bde 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -6,7 +6,7 @@ plugins { dependencies { implementation(project(":reorderable")) - implementation("androidx.compose.runtime:runtime:1.3.3") + implementation("androidx.compose.runtime:runtime:1.4.1") implementation("androidx.compose.material:material:1.3.1") implementation("androidx.activity:activity-compose:1.6.1") implementation("com.google.android.material:material:1.8.0")