From eaf1bd35aa059c4b610c63c5560a09a12d5ae54e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 04:20:21 +0000 Subject: [PATCH] Bump androidx.activity:activity-compose from 1.9.3 to 1.10.1 Bumps androidx.activity:activity-compose from 1.9.3 to 1.10.1. --- updated-dependencies: - dependency-name: androidx.activity:activity-compose 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 d75737ed..6c48aac6 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.10.1' // ChilliBits dependencies implementation 'com.chillibits:composenumberpicker:1.1.1'