Skip to content

Commit

Permalink
Merge pull request #5 from muedsa/dependabot/gradle/kotlin-1.9.23
Browse files Browse the repository at this point in the history
build(deps): bump kotlin from 1.9.22 to 1.9.23
  • Loading branch information
muedsa authored Mar 26, 2024
2 parents cc8e704 + ed9800e commit 0a78a56
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 @@ -104,7 +104,7 @@ android {
compose = 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,7 +1,7 @@
[versions]
agp = "8.5.0-alpha02"
kotlin = "1.9.22"
ksp = "1.9.22-1.0.17"
kotlin = "1.9.23"
ksp = "1.9.23-1.0.19"
core-ktx = "1.12.0"
core-splashscreen = "1.0.1"
lifecycle = "2.7.0"
Expand Down

0 comments on commit 0a78a56

Please sign in to comment.