Skip to content

Commit

Permalink
Update kotlin 1.8.21 to v1.8.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 8, 2023
1 parent b0eafee commit a089fbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ buildscript {
plugins {
id ("com.android.application") version ("8.0.2") apply false
id ("com.android.library") version ("8.0.2") apply false
id ("org.jetbrains.kotlin.android") version ("1.8.21") apply false
id("org.jetbrains.kotlin.jvm") version "1.8.21" apply false
id ("org.jetbrains.kotlin.android") version ("1.8.22") apply false
id("org.jetbrains.kotlin.jvm") version "1.8.22" apply false
id("com.google.devtools.ksp") version "1.8.21-1.0.11" apply false
id("com.android.test") version "8.0.2" apply false
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "1.8.21"
kotlin = "1.8.22"
lint = "31.0.2"


Expand Down

0 comments on commit a089fbc

Please sign in to comment.