mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
Build(deps): Bump com.android.tools.build:gradle from 8.0.1 to 8.0.2
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
c8f67462ec
commit
53e68eb0f6
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
androidPluginVersion = '8.0.1'
|
androidPluginVersion = '8.0.2'
|
||||||
appCompatVersion = '1.6.1'
|
appCompatVersion = '1.6.1'
|
||||||
jacoco_version = '0.8.10'
|
jacoco_version = '0.8.10'
|
||||||
kotlin_version = '1.8.21'
|
kotlin_version = '1.8.21'
|
||||||
|
|
|
@ -33,9 +33,9 @@ project.afterEvaluate { project ->
|
||||||
task "$taskName"(type: JacocoReport, dependsOn: "test${variant.capitalize()}UnitTest") {
|
task "$taskName"(type: JacocoReport, dependsOn: "test${variant.capitalize()}UnitTest") {
|
||||||
|
|
||||||
reports {
|
reports {
|
||||||
csv.required = false
|
csv.required = Boolean.FALSE
|
||||||
xml.required = true
|
xml.required = Boolean.TRUE
|
||||||
html.required = true
|
html.required = Boolean.TRUE
|
||||||
}
|
}
|
||||||
|
|
||||||
final fileFilter = [
|
final fileFilter = [
|
||||||
|
|
Loading…
Reference in a new issue