Skip to content

Commit dd52f62

Browse files
authored
Merge pull request #7 from GetStream/compose/1.3.2
Update Compose Compiler to 1.3.2 and Kotlin to 1.7.20
2 parents 5487eda + 55a525a commit dd52f62

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ sealedx = "1.0.0"
44
landscapist = "1.6.1"
55
accompanist = "0.25.0"
66
androidDesugarJdkLibs = "1.1.5"
7-
androidGradlePlugin = "7.2.1"
7+
androidGradlePlugin = "7.3.0"
88
androidxActivity = "1.4.0"
99
androidxAppCompat = "1.4.2"
1010
androidxCompose = "1.2.1"
11-
androidxComposeCompiler = "1.3.0"
11+
androidxComposeCompiler = "1.3.2"
1212
androidxComposeMaterial3 = "1.0.0-alpha13"
1313
androidxComposeConstraintLayout = "1.0.0"
1414
androidxComposeNavigation = "2.5.0"
@@ -24,13 +24,13 @@ androidxTest = "1.4.0"
2424
androidxTestExt = "1.1.3"
2525
androidxTracing = "1.1.0"
2626
androidxUiAutomator = "2.2.0"
27-
hilt = "2.42"
27+
hilt = "2.44"
2828
hiltExt = "1.0.0"
2929
junit4 = "4.13.2"
30-
kotlin = "1.7.10"
30+
kotlin = "1.7.20"
3131
kotlinxCoroutines = "1.6.3"
32-
kotlinxSerializationJson = "1.3.3"
33-
ksp = "1.7.10-1.0.6"
32+
kotlinxSerializationJson = "1.4.0"
33+
ksp = "1.7.20-1.0.6"
3434
ktlint = "0.43.0"
3535
okhttp = "4.10.0"
3636
retrofit = "2.9.0"

0 commit comments

Comments
 (0)