We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0164696 commit 2bd749dCopy full SHA for 2bd749d
build.gradle
@@ -15,7 +15,7 @@ buildscript {
15
'jnrUnixsocket': '0.28',
16
'jsoup': '1.13.1',
17
'junit': '4.13',
18
- 'kotlin': '1.4.0',
+ 'kotlin': '1.4.10',
19
'moshi': '1.9.2',
20
'okio': '2.8.0',
21
'ktlint': '0.38.0',
@@ -47,7 +47,7 @@ buildscript {
47
]
48
49
dependencies {
50
- classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.0"
+ classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.10"
51
classpath "org.jetbrains.dokka:dokka-gradle-plugin:0.10.1"
52
classpath "com.android.tools.build:gradle:4.0.1"
53
}
0 commit comments