Skip to content

Commit

Permalink
Update kotlin to v1.8.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 26, 2023
1 parent 92ca2d7 commit 5248a85
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 @@ -11,7 +11,7 @@ buildscript {
dependencies {
classpath(versionCatalogLibs.android.gradle.plugin)
classpath(versionCatalogLibs.kotlin.gradle.plugin)
classpath("org.jetbrains.kotlin:kotlin-android-extensions:1.8.20")
classpath("org.jetbrains.kotlin:kotlin-android-extensions:1.8.22")
}

tasks {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Define the dependency versions
#Project
#kotlin
kotlinVersion = "1.8.20"
kotlinVersion = "1.8.22"
kotlinxSerializationJson = "1.5.0"
#gradle
androidGradlePlugin = "8.0.2"
Expand Down

0 comments on commit 5248a85

Please sign in to comment.