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 70c4374 commit 4ba5edcCopy full SHA for 4ba5edc
build.gradle
@@ -134,6 +134,17 @@ android {
134
task.dependsOn unzipComedInteractions
135
}
136
137
+
138
+ packagingOptions {
139
+ exclude 'META-INF/DEPENDENCIES'
140
+ exclude 'META-INF/LICENSE'
141
+ exclude 'META-INF/LICENSE.txt'
142
+ exclude 'META-INF/license.txt'
143
+ exclude 'META-INF/NOTICE'
144
+ exclude 'META-INF/NOTICE.txt'
145
+ exclude 'META-INF/notice.txt'
146
+ exclude 'META-INF/ASL2.0'
147
+ }
148
149
150
repositories {
libs/cups4j.jar
2.15 MB
0 commit comments