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

Commit e0b81bd

Browse files
committed
Bump kotlin to 1.6.20
1 parent 97a613f commit e0b81bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

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

owncloudComLibrary/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
versionName = "1.0.14"
3232
}
3333

34-
lintOptions {
34+
lint {
3535
abortOnError false
3636
ignoreWarnings true
3737
}

0 commit comments

Comments
 (0)