Skip to content

Commit

Permalink
Update Kotlin to 1.8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykMis committed Apr 13, 2023
1 parent 825ddb5 commit 4b3acca
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 "7.4.2" apply false
id("com.android.library") version "7.4.2" apply false
id("org.jetbrains.kotlin.android") version "1.8.10" apply false
id("org.jetbrains.kotlin.android") version "1.8.20" apply false
}

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

0 comments on commit 4b3acca

Please sign in to comment.