From b2f4771a3e8dd03dfa95b3d7bdf6efa93eb06772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 11:56:37 +0000 Subject: [PATCH] Bump androidx.compose.runtime:runtime from 1.8.1 to 1.11.0 Bumps androidx.compose.runtime:runtime from 1.8.1 to 1.11.0. --- updated-dependencies: - dependency-name: androidx.compose.runtime:runtime dependency-version: 1.11.0 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 a860043..3c2add1 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.8.1") + implementation("androidx.compose.runtime:runtime:1.11.0") implementation("androidx.compose.material3:material3:1.3.2") implementation("androidx.activity:activity-compose:1.10.1") implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.0")