android: set system bar colors

This commit is contained in:
Harsh Shandilya 2021-09-23 21:27:54 +05:30
parent a5b04b9530
commit 6bbd236203
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
3 changed files with 14 additions and 0 deletions

View file

@ -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"