Skip to content

Commit 78b8fa3

Browse files
committed
Fixes the scope of zip4j for it to work in epub4j-tools
1 parent cd45199 commit 78b8fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

epub4j-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
dependencies {
1313
implementation("net.sf.kxml:kxml2:2.3.0")
1414
implementation("xmlpull:xmlpull:1.1.3.4d_b4_min")
15-
implementation("net.lingala.zip4j:zip4j:2.11.5")
15+
api("net.lingala.zip4j:zip4j:2.11.5")
1616
}
1717

1818
gversion {

0 commit comments

Comments
 (0)