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:
Andy Scherzinger 2023-05-25 09:32:33 +02:00
parent c8f67462ec
commit 53e68eb0f6
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
2 changed files with 4 additions and 4 deletions

View File

@ -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'

View File

@ -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 = [