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 fc9b08c commit a7333c3Copy full SHA for a7333c3
src/build.gradle
@@ -90,6 +90,11 @@ android {
90
lintOptions {
91
abortOnError false
92
}
93
+
94
+ packagingOptions {
95
+ exclude 'resources.arsc'
96
+ exclude "AndroidManifest.xml"
97
+ }
98
99
100
repositories {
test-app/build.gradle
@@ -107,11 +107,6 @@ android {
107
def tsk = variant.mergeAssets
108
tsk.dependsOn(copyMetadata)
109
110
-
111
- packagingOptions {
112
- exclude 'resources.arsc'
113
- exclude "AndroidManifest.xml"
114
- }
115
116
117
def sdkPath = android.sdkDirectory.getAbsolutePath();
0 commit comments