Skip to content

Commit fde7c4c

Browse files
Upgrade pdf2htmlEX-Android to 0.18.25 to workaround issue #348
1 parent d7524c8 commit fde7c4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ dependencies {
159159
implementation 'com.google.android.material:material:1.12.0'
160160
implementation 'androidx.webkit:webkit:1.11.0'
161161

162-
implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.23'
162+
implementation 'app.opendocument:pdf2htmlex-android:0.18.25'
163163
implementation 'com.viliussutkus89:wvware-android:1.2.9'
164164
implementation 'com.github.huzongyao:AndroidMagic:v1.1.2'
165165

app/src/main/java/at/tomtasche/reader/background/PdfLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import android.net.Uri;
55
import android.util.Log;
66

7-
import com.viliussutkus89.android.pdf2htmlex.pdf2htmlEX;
7+
import app.opendocument.android.pdf2htmlex.pdf2htmlEX;
88
import com.viliussutkus89.android.wvware.wvWare;
99

1010
import java.io.File;

0 commit comments

Comments
 (0)