After adding implementation(Google.accompanist.systemUiController) in an android module project and performing a Gradle sync, I didn't get the expected version.
Expected
version.google.accompanist=0.25.1
Actual
version.google.accompanist=0.26.5-rc
We need to check if unreleased changes in refreshVersions fix it (probably).
Hello!
After adding
implementation(Google.accompanist.systemUiController)
in an android module project and performing a Gradle sync, I didn't get the expected version.Expected
Actual
We need to check if unreleased changes in refreshVersions fix it (probably).