remove redundant appcompat dependency

This commit is contained in:
Rohit Verma 2024-08-26 12:12:59 +05:30
parent 2223e6de3e
commit 75afe059a6

View file

@ -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)