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