Skip to content

Commit

Permalink
Update Kotlin, Compose compiler, and KSP
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrewartha committed Jan 10, 2024
1 parent e67cea5 commit 7d14bc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android-sdk-target = "34"
androidx-activity = "1.8.2"
androidx-activity-compose = "1.8.2"
androidx-compose-bom = "2023.10.01"
androidx-compose-compiler = "1.5.7"
androidx-compose-compiler = "1.5.8"
androidx-compose-material3 = "1.2.0-beta02"
androidx-compose-ui = "1.6.0-rc01"
androidx-constraint-layout-compose = "1.0.1"
Expand All @@ -26,7 +26,7 @@ androidx-window = "1.2.0"
composePlaceholder = "1.0.7"
google-firebase-bom = "32.7.0"
google-firebase-crashlytics-gradle = "2.9.9"
google-ksp = "1.9.21-1.0.15"
google-ksp = "1.9.22-1.0.16"
google-materialComponents = "1.11.0"
google-playServices-location = "21.0.1"
google-playServices-testing = "16.0.0"
Expand All @@ -36,7 +36,7 @@ javapoet = { strictly = "1.13.0" }
javax-inject = "1"
hilt = "2.50"
kotest = "5.8.0"
kotlin = "1.9.21"
kotlin = "1.9.22"
kotlinx-coroutines = "1.7.3"
kotlinx-datetime = "0.5.0"
markwon = "4.6.2"
Expand Down

0 comments on commit 7d14bc8

Please sign in to comment.