mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55: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 {
|
||||
ext {
|
||||
androidPluginVersion = '8.0.1'
|
||||
androidPluginVersion = '8.0.2'
|
||||
appCompatVersion = '1.6.1'
|
||||
jacoco_version = '0.8.10'
|
||||
kotlin_version = '1.8.21'
|
||||
|
|
|
@ -33,9 +33,9 @@ project.afterEvaluate { project ->
|
|||
task "$taskName"(type: JacocoReport, dependsOn: "test${variant.capitalize()}UnitTest") {
|
||||
|
||||
reports {
|
||||
csv.required = false
|
||||
xml.required = true
|
||||
html.required = true
|
||||
csv.required = Boolean.FALSE
|
||||
xml.required = Boolean.TRUE
|
||||
html.required = Boolean.TRUE
|
||||
}
|
||||
|
||||
final fileFilter = [
|
||||
|
|
Loading…
Reference in a new issue