Skip to content

Commit cae23e8

Browse files
committed
Remove accompanist dependency
1 parent bed66c8 commit cae23e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gradle/libs.versions.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ compose = "1.4.8"
88
composeBom = "2023.10.01"
99
material = "1.1.2"
1010
androidLifecycle = "2.6.2"
11-
systemuicontroller = "0.30.1"
1211
kotlinxDatetime = "0.4.1"
1312
kotlinxCoroutines = "1.7.3"
1413
koin = "3.5.1"
@@ -50,7 +49,6 @@ androidx-recyclerview = { group = "androidx.recyclerview", name = "recyclerview"
5049
androidx-compose-ui-viewbinding = { group = "androidx.compose.ui", name = "ui-viewbinding", version.ref = "composeViewBinding" }
5150
androidx-navigation = { group = "androidx.navigation", name = "navigation-compose", version.ref = "composeNavigation"}
5251
androidx-core-splashscreen = { group = "androidx.core", name = "core-splashscreen", version.ref = "androidxCoreSplashscreen" }
53-
google-accompanist-systemuicontroller = { group = "com.google.accompanist", name = "accompanist-systemuicontroller", version.ref = "systemuicontroller" }
5452
jetbrains-kotlinx-datetime = { group = "org.jetbrains.kotlinx", name = "kotlinx-datetime", version.ref = "kotlinxDatetime" }
5553
jetbrains-kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinxCoroutines" }
5654
jetbrains-kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "kotlinxCoroutines" }

0 commit comments

Comments
 (0)