We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a968d commit 7399767Copy full SHA for 7399767
app/build.gradle
@@ -54,7 +54,7 @@ android {
54
}
55
56
57
- testCoverage.jacocoVersion = "0.8.8"
+ testCoverage.jacocoVersion = "0.8.13"
58
59
flavorDimensions = ["version"]
60
@@ -85,6 +85,14 @@ android {
85
androidResources {
86
generateLocaleConfig true
87
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
96
97
98
ext {
0 commit comments