Skip to content

Commit

Permalink
Update mupdf to 1.24.9 and libarchive to 3.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
max-kammerer committed Sep 27, 2024
1 parent 292ccc5 commit 9981202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thirdparty_build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ buildDjvu.mustRunAfter downloadDjvu

/*MUPDF CHAIN*/
task downloadLibArchive {
def version = "v3.7.4"
def version = "v3.7.6"

doLast {
def folder = new File(libarchive)
Expand All @@ -81,7 +81,7 @@ task downloadLibArchive {
}

task downloadMupdf {
def version = "1.24.2"
def version = "1.24.9"

doLast {
def mupdfFolder = new File(mupdf)
Expand Down

0 comments on commit 9981202

Please sign in to comment.