Skip to content

Commit

Permalink
Merge pull request #15 from muedsa/dependabot/gradle/kotlin-1.9.21
Browse files Browse the repository at this point in the history
build(deps): bump kotlin from 1.9.20 to 1.9.21
  • Loading branch information
muedsa authored Dec 11, 2023
2 parents 5d2ee05 + d282051 commit 3d920da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = "1.5.4"
kotlinCompilerExtensionVersion = "1.5.6"
}

packaging {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
agp = "8.3.0-alpha17"
kotlin = "1.9.20"
kotlin = "1.9.21"
ksp = "1.9.21-1.0.15"
core-ktx = "1.12.0"
core-splashscreen = "1.0.1"
Expand Down

0 comments on commit 3d920da

Please sign in to comment.