From dde9970b1fc69a2d3a567ee3e91a3c7cfe74899d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 04:01:48 +0000 Subject: [PATCH] Bump androidx.activity:activity-compose from 1.9.3 to 1.11.0 Bumps androidx.activity:activity-compose from 1.9.3 to 1.11.0. --- updated-dependencies: - dependency-name: androidx.activity:activity-compose dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index cee4c8c..22d07ac 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ dependencies { implementation "androidx.compose.material:material:$composeVersion" implementation "androidx.compose.runtime:runtime-livedata:$composeVersion" implementation 'androidx.constraintlayout:constraintlayout-compose:1.1.1' - implementation 'androidx.activity:activity-compose:1.9.3' + implementation 'androidx.activity:activity-compose:1.11.0' // ChilliBits dependencies implementation 'com.chillibits:composenumberpicker:1.1.1'