Remove usage of deprecated accompanist SystemUiController

Co-authored-by: p
This commit is contained in:
AntsyLich 2024-10-12 06:22:34 +06:00
parent f84d9a08b4
commit 2ba3f0612c
No known key found for this signature in database
4 changed files with 41 additions and 43 deletions

View file

@ -1,6 +1,5 @@
[versions]
compose-bom = "2024.09.03"
accompanist = "0.36.0"
[libraries]
activity = "androidx.activity:activity-compose:1.9.2"
@ -17,5 +16,3 @@ material3-core = { module = "androidx.compose.material3:material3" }
material-icons = { module = "androidx.compose.material:material-icons-extended" }
glance = "androidx.glance:glance-appwidget:1.1.0"
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }