We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6769d40 commit cee6d77Copy full SHA for cee6d77
1 file changed
android/build.gradle
@@ -141,8 +141,8 @@ dependencies {
141
}
142
// NOTE: The original repo at com.github.barteksc is abandoned by the maintainer; there will be no more updates coming from that repo.
143
// The repo from zacharee is based on PdfiumAndroidKt, a much newer fork of PdfiumAndroid, with better maintenance and updated native libraries.
144
- implementation 'com.github.zacharee:AndroidPdfViewer:5.0.0'
+ implementation 'com.github.zacharee:AndroidPdfViewer:4.0.1'
145
// Depend on PdfiumAndroidKt directly so this can be updated independently of AndroidPdfViewer as updates are provided.
146
- implementation 'io.legere:pdfiumandroid:2.0.0'
+ implementation 'io.legere:pdfiumandroid:1.0.32'
147
implementation 'com.google.code.gson:gson:2.13.2'
148
0 commit comments