Skip to content

Commit

Permalink
Update kotlin monorepo to v1.9.24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 7, 2024
1 parent c8a1750 commit 6232c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
val kotlinVersion = "1.9.10"
val kotlinVersion = "1.9.24"
classpath("com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1")
classpath(kotlin("serialization", version = kotlinVersion))
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ androidxTestEspresso = "3.5.1"
androidxTestExt = "1.1.5"
hilt = "2.48.1"
junit4 = "4.13.2"
kotlin = "1.9.10"
kotlin = "1.9.24"
kotlinxSerializationJson = "1.6.0"
okhttp = "4.10.0"
retrofit = "2.9.0"
Expand Down

0 comments on commit 6232c48

Please sign in to comment.