From 75afe059a634c329309346e509039483cb282291 Mon Sep 17 00:00:00 2001 From: Rohit Verma Date: Mon, 26 Aug 2024 12:12:59 +0530 Subject: [PATCH] remove redundant appcompat dependency --- app/build.gradle | 1 - 1 file changed, 1 deletion(-) 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)