From c301ee52d9fa96ec04b5266d604cc7e91015060d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 11:58:49 +0000 Subject: [PATCH] Bump androidx.compose.runtime:runtime from 1.3.3 to 1.4.3 Bumps androidx.compose.runtime:runtime from 1.3.3 to 1.4.3. --- 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..40bcd38 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.3") 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")