Skip to content

Commit

Permalink
Update Kotlin to v1.8.21
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykMis committed Apr 25, 2023
1 parent 2c75213 commit 887462a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
plugins {
id("com.android.application") version "8.0.0" apply false
id("com.android.library") version "8.0.0" apply false
id("org.jetbrains.kotlin.android") version "1.8.20" apply false
id("org.jetbrains.kotlin.android") version "1.8.21" apply false
}

task<Delete>("clean") {
Expand Down

0 comments on commit 887462a

Please sign in to comment.