Skip to content

Commit

Permalink
Update djvu version
Browse files Browse the repository at this point in the history
  • Loading branch information
max-kammerer committed May 9, 2024
1 parent 752f2cb commit 69332ff
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', '2ad2b702d864d1974f0c569a7594b27e67c64a40']
commandLine = ['git', 'checkout', 'a8ae572254a6cf5c0f036e655daf3517a0452e07']
}
}
}
Expand Down

0 comments on commit 69332ff

Please sign in to comment.