mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
android: remove unused appcompat dependency
This commit is contained in:
parent
c1c3c3cdc9
commit
ffb3746bc7
2 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue