Name Date Size #Lines LOC

..--

api/H25-Apr-2025-4035

src/H25-Apr-2025-2,0171,340

README.mdH A D25-Apr-2025858 2415

build.gradle.ktsH A D25-Apr-20253.7 KiB13186

gradle.propertiesH A D25-Apr-2025114 33

README.md

1# System UI Controller for Jetpack Compose
2
3[![Maven Central](https://img.shields.io/maven-central/v/com.google.accompanist/accompanist-systemuicontroller)](https://search.maven.org/search?q=g:com.google.accompanist)
4
5System UI Controller provides easy-to-use utilities for updating the System UI bar colors within Jetpack Compose.
6
7For more information, visit the documentation: https://google.github.io/accompanist/systemuicontroller
8
9## Download
10
11```groovy
12repositories {
13    mavenCentral()
14}
15
16dependencies {
17    implementation "com.google.accompanist:accompanist-systemuicontroller:<version>"
18}
19```
20
21Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap]. These are updated on every commit.
22
23
24  [snap]: https://oss.sonatype.org/content/repositories/snapshots/com/google/accompanist/accompanist-systemuicontroller/