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

Commit cc53ed6

Browse files
authored
Merge pull request #460 from owncloud/bump/kotlin_1.6.10
Bump kotlin version to 1.6.10
2 parents 9fc5ddb + 377572e commit cc53ed6

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.31'
3+
kotlinVersion = '1.6.10'
44
moshiVersion = "1.13.0"
55
}
66

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

0 commit comments

Comments
 (0)