1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 07:56:19 +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
commit 060a988978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

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"
}
}

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
}