Skip to content

Commit

Permalink
Bump org.jetbrains.kotlin.android from 1.9.23 to 1.9.24 (#458)
Browse files Browse the repository at this point in the history
* Bump org.jetbrains.kotlin.android from 1.9.23 to 1.9.24

Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 1.9.23 to 1.9.24.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.24/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.23...v1.9.24)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.android
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update ksp

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
  • Loading branch information
dependabot[bot] and Jean-BaptisteC committed May 19, 2024
1 parent de1348b commit edec880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
androidGradlePlugin = "8.4.0"
kotlinPlugin = "1.9.23"
kotlinPlugin = "1.9.24"
gradleKtlint = "12.1.1"
activity-ktx = "1.9.0"
androidx-core = "1.5.0"
Expand Down Expand Up @@ -32,7 +32,7 @@ room = "2.6.1"
runner = "1.5.2"
shimmer = "0.5.0"
swiperefreshlayout = "1.1.0"
ksp = "1.9.23-1.0.20"
ksp = "1.9.24-1.0.20"

[libraries]
androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "activity-ktx" }
Expand Down

0 comments on commit edec880

Please sign in to comment.