Skip to content

Commit

Permalink
chore(deps): update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent 7be7e2d commit db17409
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.10")

}
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ android-build = "8.5.1"
androidx-core = "1.12.0"
androidx-annotation = "1.8.1"

kotlin = "2.0.0"
kotlin = "2.0.10"
dokka = "1.9.20"
jgitver = "0.10.0-rc03"
ksp = "2.0.0-1.0.24"
ksp = "2.0.10-1.0.24"
autoService = "1.1.1"
autoServiceKsp = "1.2.0"
autoDsl = "2.3.1"
Expand Down

0 comments on commit db17409

Please sign in to comment.