Releases: v-mas/PdfiumAndroid
Releases · v-mas/PdfiumAndroid
1.9.5
Changes:
- support for running on devices with 16KB page size
for anyone eager to use this release before chenges are merged to @lion1988dev fork, you can use it with his pdf viewer library by dependency substitution
dependencies {
implementation "com.github.lion1988dev:AndroidPdfViewer:3.2.4"
}
configurations.configureEach {
it.resolutionStrategy.dependencySubstitution {
substitute module("com.github.lion1988dev:PdfiumAndroid:1.9.4") using module("com.github.v-mas:PdfiumAndroid:1.9.5")
}
}