Skip to content

Commit

Permalink
Bump compose compiler (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp authored Mar 23, 2024
1 parent baaa1a1 commit c1aa90d
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.10"
kotlinCompilerExtensionVersion = "1.5.11"
}
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.3.1"
desugar = "2.0.4"
kotlin = "1.9.22"
ksp = "1.9.22-1.0.18"
kotlin = "1.9.23"
ksp = "1.9.23-1.0.19"
hilt = "2.51"
core-ktx = "1.12.0"
junit = "4.13.2"
Expand Down

0 comments on commit c1aa90d

Please sign in to comment.