Skip to content

Commit 7bd12cf

Browse files
authored
Merge branch 'main' into require/audio-permission
2 parents 78d2586 + 6edf88f commit 7bd12cf

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

gradle/libs.versions.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
[versions]
2-
streamChatSDK = "6.0.14"
2+
streamChatSDK = "6.1.1"
33
streamVideoSDK = "0.5.1"
44
streamLog = "1.1.4"
55
sealedx = "1.0.1"
66
landscapist = "2.2.13"
77
accompanist = "0.34.0"
88
androidDesugarJdkLibs = "1.1.5"
99
androidGradlePlugin = "8.1.4"
10-
androidxActivity = "1.8.0"
10+
androidxActivity = "1.8.2"
1111
androidxAppCompat = "1.6.1"
12-
androidxCompose = "1.6.1"
12+
androidxCompose = "1.6.3"
1313
androidxComposeCompiler = "1.5.9"
14-
androidxComposeMaterial3 = "1.0.0-alpha13"
14+
androidxComposeMaterial3 = "1.3.0-alpha02"
1515
androidxComposeConstraintLayout = "1.0.1"
1616
androidxComposeNavigation = "2.5.3"
1717
androidxCore = "1.12.0"
18-
androidxHiltNavigationCompose = "1.1.0"
18+
androidxHiltNavigationCompose = "1.2.0"
1919
androidxLifecycle = "2.6.2"
2020
androidxMacroBenchmark = "1.2.3"
2121
androidxNavigation = "2.5.0"
@@ -25,23 +25,23 @@ androidxRoom = "2.6.1"
2525
androidxTest = "1.5.0"
2626
androidxTestExt = "1.1.3"
2727
androidxTracing = "1.1.0"
28-
androidxUiAutomator = "2.2.0"
28+
androidxUiAutomator = "2.3.0"
2929
composeStableMarker = "1.0.3"
30-
hilt = "2.50"
30+
hilt = "2.51"
3131
hiltExt = "1.0.0"
3232
junit4 = "4.13.2"
3333
kotlin = "1.9.22"
34-
kotlinxCoroutines = "1.7.3"
35-
kotlinxSerializationJson = "1.6.2"
36-
ksp = "1.9.22-1.0.17"
34+
kotlinxCoroutines = "1.8.0"
35+
kotlinxSerializationJson = "1.6.3"
36+
ksp = "1.9.23-1.0.19"
3737
ktlint = "0.43.0"
3838
okhttp = "4.12.0"
3939
retrofit = "2.9.0"
4040
retrofitResultAdapter = "1.0.9"
4141
retrofitKotlinxSerializationJson = "1.0.0"
4242
googleSecretPlugin = "2.0.1"
4343
spotless = "6.7.0"
44-
turbine = "1.0.0"
44+
turbine = "1.1.0"
4545

4646
[libraries]
4747
stream-chat-client = { group = "io.getstream", name = "stream-chat-android-client", version.ref = "streamChatSDK" }

0 commit comments

Comments
 (0)