android: remove unused appcompat dependency

This commit is contained in:
Harsh Shandilya 2022-06-19 18:22:22 +05:30
parent c1c3c3cdc9
commit ffb3746bc7
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 0 additions and 2 deletions

View file

@ -29,7 +29,6 @@ dependencies {
implementation(libs.accompanist.swiperefresh)
implementation(libs.accompanist.sysuicontroller)
implementation(libs.androidx.activity.compose)
implementation(libs.androidx.appcompat)
implementation(libs.androidx.core.ktx)
implementation(libs.androidx.core.splashscreen)
implementation(libs.androidx.hilt.work)

View file

@ -17,7 +17,6 @@ workmanager = "2.8.0-alpha02"
accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanist" }
accompanist-sysuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
androidx-activity-compose = "androidx.activity:activity-compose:1.4.0"
androidx-appcompat = "androidx.appcompat:appcompat:1.4.0"
androidx-browser = "androidx.browser:browser:1.4.0"
androidx-core-ktx = "androidx.core:core-ktx:1.7.0"
androidx-core-splashscreen = "androidx.core:core-splashscreen:1.0.0-beta02"