mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 15:17:05 +05:30
android: set system bar colors
This commit is contained in:
parent
a5b04b9530
commit
6bbd236203
3 changed files with 14 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
[versions]
|
||||
accompanist = "0.18.0"
|
||||
coroutines = "1.5.2"
|
||||
hilt = "2.38.1"
|
||||
moshix = "0.14.1"
|
||||
|
@ -11,6 +12,8 @@ kotlin-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines
|
|||
kotlin-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
|
||||
kotlin-coroutines-jvm = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", version.ref = "coroutines" }
|
||||
|
||||
accompanist-sysuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
|
||||
|
||||
androidx-activity-compose = "androidx.activity:activity-compose:1.4.0-alpha02"
|
||||
androidx-appcompat = "androidx.appcompat:appcompat:1.4.0-alpha03"
|
||||
androidx-browser = "androidx.browser:browser:1.4.0-alpha01"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue