diff --git a/app/build.gradle b/app/build.gradle index 814328d..43ccd2d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -58,7 +58,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.6' - implementation 'androidx.activity:activity-compose:1.9.2' + implementation 'androidx.activity:activity-compose:1.9.3' // Jetpack Compose implementation platform("androidx.compose:compose-bom:$composeBomVersion")