Skip to content

Commit

Permalink
chore(deps): update kotlin to v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 6, 2023
1 parent 9ab3f70 commit 9018f0c
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.1.0-rc01")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.22")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0")

}
}
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.1.0-rc01"
androidx-core = "1.10.1"
androidx-annotation = "1.6.0"

kotlin = "1.8.22"
kotlin = "1.9.0"
dokka = "1.8.20"
jgitver = "0.10.0-rc03"
ksp = "1.8.22-1.0.11"
Expand Down

0 comments on commit 9018f0c

Please sign in to comment.