diff --git a/app/build.gradle b/app/build.gradle index 354840a99..1cb5ee016 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -54,7 +54,6 @@ dependencies { // Jetpack Compose def composeBom = platform('androidx.compose:compose-bom:2024.08.00') - implementation "androidx.appcompat:appcompat:1.7.0" implementation "androidx.activity:activity-compose:1.9.1" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.4" implementation (composeBom)