Skip to content

Commit

Permalink
Kotlin 1.4.10 Upgrade (#6264)
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke committed Sep 11, 2020
1 parent 0164696 commit 2bd749d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -15,7 +15,7 @@ buildscript {
'jnrUnixsocket': '0.28',
'jsoup': '1.13.1',
'junit': '4.13',
'kotlin': '1.4.0',
'kotlin': '1.4.10',
'moshi': '1.9.2',
'okio': '2.8.0',
'ktlint': '0.38.0',
Expand Down Expand Up @@ -47,7 +47,7 @@ buildscript {
]

dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.0"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.10"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:0.10.1"
classpath "com.android.tools.build:gradle:4.0.1"
}
Expand Down

0 comments on commit 2bd749d

Please sign in to comment.