Update Android Gradle Plugin to version 7.0.3

This commit is contained in:
cketti 2021-10-30 04:00:15 +02:00
parent e56aa4deb1
commit dc27893631
2 changed files with 5 additions and 2 deletions

View file

@ -89,9 +89,12 @@ android {
}
}
// Do not abort build if lint finds errors
lintOptions {
checkDependencies true
// Do not abort build if lint finds errors
abortOnError false
lintConfig file("$rootProject.projectDir/config/lint/lint.xml")
}

View file

@ -63,7 +63,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
classpath 'com.android.tools.build:gradle:7.0.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
classpath "org.jlleitschuh.gradle:ktlint-gradle:10.0.0"
}