blob: ff340a965b53d437f1ab711baac3dc99921c349d [file] [log] [blame] [view]
# System UI Controller for Jetpack Compose
[![Maven Central](https://img.shields.io/maven-central/v/com.google.accompanist/accompanist-systemuicontroller)](https://search.maven.org/search?q=g:com.google.accompanist)
System UI Controller provides easy-to-use utilities for updating the System UI bar colors within Jetpack Compose.
For more information, visit the documentation: https://google.github.io/accompanist/systemuicontroller
## Download
```groovy
repositories {
mavenCentral()
}
dependencies {
implementation "com.google.accompanist:accompanist-systemuicontroller:<version>"
}
```
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap]. These are updated on every commit.
[snap]: https://oss.sonatype.org/content/repositories/snapshots/com/google/accompanist/accompanist-systemuicontroller/