Skip to content

Commit 7399767

Browse files
update jacoco to solve compiling issue
Signed-off-by: tobiasKaminsky <[email protected]>
1 parent 89a968d commit 7399767

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

app/build.gradle

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ android {
5454
}
5555
}
5656

57-
testCoverage.jacocoVersion = "0.8.8"
57+
testCoverage.jacocoVersion = "0.8.13"
5858

5959
flavorDimensions = ["version"]
6060

@@ -85,6 +85,14 @@ android {
8585
androidResources {
8686
generateLocaleConfig true
8787
}
88+
89+
packagingOptions {
90+
resources {
91+
excludes += "META-INF/LICENSE*"
92+
excludes += "META-INF/versions/9/OSGI-INF/MANIFEST*"
93+
pickFirst "MANIFEST.MF" // workaround for duplicated manifest on some dependencies
94+
}
95+
}
8896
}
8997

9098
ext {

0 commit comments

Comments
 (0)