From 401f3ef9f8878e550dfcf77a43a8fd42982a8052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 13:40:43 +0000 Subject: [PATCH] Bump androidx.compose.ui:ui-tooling from 1.10.5 to 1.11.3 Bumps androidx.compose.ui:ui-tooling from 1.10.5 to 1.11.3. --- updated-dependencies: - dependency-name: androidx.compose.ui:ui-tooling dependency-version: 1.11.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 app/build.gradle.kts diff --git a/app/build.gradle.kts b/app/build.gradle.kts old mode 100755 new mode 100644 index f69fba4..9a577b8 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -45,8 +45,8 @@ dependencies { implementation("com.jakewharton.timber:timber:5.0.1") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2") - implementation("androidx.compose.ui:ui:1.10.5") - implementation("androidx.compose.ui:ui-tooling:1.10.5") + implementation("androidx.compose.ui:ui:1.11.3") + implementation("androidx.compose.ui:ui-tooling:1.11.3") implementation("androidx.compose.foundation:foundation:1.10.5") implementation("androidx.activity:activity-compose:1.13.0") implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0")