From 613f6d29681a5f8053424587d81937b5a6f2f040 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 11:59:20 +0000 Subject: [PATCH] Bump androidx.compose.runtime:runtime from 1.3.3 to 1.4.2 Bumps androidx.compose.runtime:runtime from 1.3.3 to 1.4.2. --- 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..4bec4d2 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.2") 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")