1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-11 08:22:56 +00:00

Merge pull request #478 from owncloud/bump/gradle_kotlin

Bump gradle and kotlin to the latest versions
This commit is contained in:
Abel García de Prada
2022-04-11 09:29:57 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
buildscript {
ext {
kotlinVersion = '1.6.10'
kotlinVersion = '1.6.20'
moshiVersion = "1.13.0"
}
@@ -11,7 +11,7 @@ buildscript {
}
dependencies {
classpath "org.jlleitschuh.gradle:ktlint-gradle:10.2.1"
classpath 'com.android.tools.build:gradle:7.0.4'
classpath 'com.android.tools.build:gradle:7.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
}
}
+3 -3
View File
@@ -21,17 +21,17 @@ dependencies {
}
android {
compileSdkVersion 30
compileSdkVersion 31
defaultConfig {
minSdkVersion 21
targetSdkVersion 30
targetSdkVersion 31
versionCode = 10001400
versionName = "1.0.14"
}
lintOptions {
lint {
abortOnError false
ignoreWarnings true
}