Skip to content

Commit

Permalink
Bump compose compiler (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp authored Jun 8, 2024
1 parent 14f69ce commit 4d845f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ android {
viewBinding = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.13"
kotlinCompilerExtensionVersion = "1.5.14"
}
packaging {
resources {
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
agp = "8.4.1"
desugar = "2.0.4"
kotlin = "1.9.23"
ksp = "1.9.23-1.0.20"
kotlin = "1.9.24"
ksp = "1.9.24-1.0.20"
hilt = "2.51.1"
core-ktx = "1.13.1"
junit = "4.13.2"
Expand Down

0 comments on commit 4d845f9

Please sign in to comment.