Skip to content

Commit 426dddc

Browse files
committed
Update Compose Compiler to 1.3.2 and Kotlin to 1.7.20
1 parent 7e0cd9c commit 426dddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ androidGradlePlugin = "7.2.1"
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"
@@ -27,7 +27,7 @@ androidxUiAutomator = "2.2.0"
2727
hilt = "2.42"
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"
3232
kotlinxSerializationJson = "1.3.3"
3333
ksp = "1.7.10-1.0.6"

0 commit comments

Comments
 (0)