Skip to content

Commit

Permalink
chore(deps): update kotlin to v2.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2024
1 parent e9c6e8f commit 6565f79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
}
dependencies {
classpath("com.android.tools.build:gradle:8.5.2")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.10")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20")

}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android-build = "8.5.2"
androidx-core = "1.12.0"
androidx-annotation = "1.8.2"

kotlin = "2.0.10"
kotlin = "2.0.20"
dokka = "1.9.20"
jgitver = "0.10.0-rc03"
ksp = "2.0.10-1.0.24"
Expand Down

0 comments on commit 6565f79

Please sign in to comment.