Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 022c486

Browse files
authored
Merge pull request #415 from owncloud/bump_kotlin_gradle
Bump kotlin to 1.5.20
2 parents 86bfc33 + b491641 commit 022c486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
kotlinVersion = '1.5.10'
3+
kotlinVersion = '1.5.20'
44
moshiVersion = "1.12.0"
55
}
66

@@ -11,7 +11,7 @@ buildscript {
1111
}
1212
dependencies {
1313
classpath "org.jlleitschuh.gradle:ktlint-gradle:10.1.0"
14-
classpath 'com.android.tools.build:gradle:4.2.1'
14+
classpath 'com.android.tools.build:gradle:4.2.2'
1515
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
1616
}
1717
}

0 commit comments

Comments
 (0)