Skip to content

Commit 4ba5edc

Browse files
committed
Add extra dependency to deal with IPP
1 parent 70c4374 commit 4ba5edc

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

build.gradle

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,17 @@ android {
134134
task.dependsOn unzipComedInteractions
135135
}
136136
}
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+
}
137148
}
138149

139150
repositories {

libs/cups4j.jar

2.15 MB
Binary file not shown.

0 commit comments

Comments
 (0)