mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
refactor(android): drop Accompanist SystemUI Controller dependency
This commit is contained in:
parent
bc2365b08b
commit
bc3a1266f4
8 changed files with 192 additions and 244 deletions
|
@ -1,5 +1,4 @@
|
|||
[versions]
|
||||
accompanist = "0.33.0-alpha"
|
||||
agp = "8.2.0-alpha16"
|
||||
benchmark = "1.2.0-beta03"
|
||||
coil = "2.4.0"
|
||||
|
@ -18,8 +17,7 @@ whetstone = "0.6.0"
|
|||
workmanager = "2.9.0-alpha02"
|
||||
|
||||
[libraries]
|
||||
accompanist-sysuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
|
||||
androidx-activity-compose = "androidx.activity:activity-compose:1.7.2"
|
||||
androidx-activity-compose = "androidx.activity:activity-compose:1.8.0-alpha06"
|
||||
androidx-benchmark-macro-junit4 = { module = "androidx.benchmark:benchmark-macro-junit4", version.ref = "benchmark" }
|
||||
androidx-browser = "androidx.browser:browser:1.6.0"
|
||||
androidx-compose-animation = { module = "androidx.compose.animation:animation" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue