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 d7524c8 commit fde7c4cCopy full SHA for fde7c4c
2 files changed
app/build.gradle
@@ -159,7 +159,7 @@ dependencies {
159
implementation 'com.google.android.material:material:1.12.0'
160
implementation 'androidx.webkit:webkit:1.11.0'
161
162
- implementation 'com.viliussutkus89:pdf2htmlex-android:0.18.23'
+ implementation 'app.opendocument:pdf2htmlex-android:0.18.25'
163
implementation 'com.viliussutkus89:wvware-android:1.2.9'
164
implementation 'com.github.huzongyao:AndroidMagic:v1.1.2'
165
app/src/main/java/at/tomtasche/reader/background/PdfLoader.java
@@ -4,7 +4,7 @@
4
import android.net.Uri;
5
import android.util.Log;
6
7
-import com.viliussutkus89.android.pdf2htmlex.pdf2htmlEX;
+import app.opendocument.android.pdf2htmlex.pdf2htmlEX;
8
import com.viliussutkus89.android.wvware.wvWare;
9
10
import java.io.File;
0 commit comments