Skip to content

Commit

Permalink
Merge pull request #361 from opendocument-app/pdf2htmlEX-Android-vers…
Browse files Browse the repository at this point in the history
…ion-bump

Upgrade pdf2htmlEX-Android to 0.18.25 to workaround issue #348
  • Loading branch information
TomTasche authored Jul 15, 2024
2 parents d7524c8 + fde7c4c commit 01c3efd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ dependencies {
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.webkit:webkit:1.11.0'

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import android.net.Uri;
import android.util.Log;

import com.viliussutkus89.android.pdf2htmlex.pdf2htmlEX;
import app.opendocument.android.pdf2htmlex.pdf2htmlEX;
import com.viliussutkus89.android.wvware.wvWare;

import java.io.File;
Expand Down

0 comments on commit 01c3efd

Please sign in to comment.