Skip to content

Commit

Permalink
Update pdf2htmlEX-Android to 0.18.25
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jul 14, 2024
1 parent de583c5 commit 8831748
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ dependencies {

implementation("androidx.webkit:webkit:1.9.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.mikepenz:aboutlibraries:10.10.0")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import androidx.preference.PreferenceManager
import androidx.work.OneTimeWorkRequest
import androidx.work.OneTimeWorkRequestBuilder
import androidx.work.WorkerParameters
import com.viliussutkus89.android.pdf2htmlex.pdf2htmlEX
import app.opendocument.android.pdf2htmlex.pdf2htmlEX
import java.io.File
import java.io.IOException

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class AboutFragment: Fragment(R.layout.fragment_about) {
(requireActivity() as MainActivity).setMainMenuVisibility(false)
return FragmentAboutBinding.inflate(inflater, container, false).apply {
documenterVersion = BuildConfig.VERSION_NAME
pdf2htmlEXVersion = com.viliussutkus89.android.pdf2htmlex.BuildConfig.VERSION_NAME
pdf2htmlEXVersion = app.opendocument.android.pdf2htmlex.BuildConfig.VERSION_NAME
wvWareVersion = com.viliussutkus89.android.wvware.BuildConfig.VERSION_NAME
}.root
}
Expand Down

0 comments on commit 8831748

Please sign in to comment.