Skip to content

Commit

Permalink
Update djvu libre to 3.5.28
Browse files Browse the repository at this point in the history
  • Loading branch information
max-kammerer committed Dec 3, 2023
1 parent 9987f55 commit b6da296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty_build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ task downloadDjvu {

exec {
workingDir file(djvu)
commandLine = ['git', 'checkout', '32ff0948c5bc27c0b7507dba90e726fc941fcc42'/*current master*/]
commandLine = ['git', 'checkout', 'release.3.5.28']
}
}
}
Expand Down

0 comments on commit b6da296

Please sign in to comment.