We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f27d8d commit cc4f459Copy full SHA for cc4f459
buildSrc/src/main/kotlin/io/getstream/chat/android/Dependencies.kt
@@ -31,7 +31,7 @@ object Versions {
31
internal const val ANDROIDX_TEST = "1.5.2"
32
internal const val BASE_PROFILE = "1.3.1"
33
internal const val COIL = "2.7.0"
34
- internal const val COMPOSE_ACCOMPANIST = "0.32.0"
+ internal const val COMPOSE_ACCOMPANIST = "0.36.0"
35
internal const val COMPOSE_STABLE_MARKER = "1.0.2"
36
internal const val CONSTRAINT_LAYOUT = "2.2.0"
37
internal const val COROUTINES = "1.9.0"
0 commit comments