From b0a3bba3b561565deb4c274287bf09b062e8a6d3 Mon Sep 17 00:00:00 2001 From: Jake Wang Date: Fri, 9 Feb 2024 06:48:41 +0800 Subject: [PATCH] Fixed issue README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e74fed6..3737c82 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ repositories { } dependencies { - implementation('io.documentnode.epub4j:epub4j-core:4.2') { + implementation('io.documentnode:epub4j-core:4.2.1') { exclude group: 'xmlpull' } }