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'