Skip to content

Commit cee6d77

Browse files
author
Wonday
committed
Revert "upgrade: AndroidPdfViewer to 5.0.0, pdfiumandroid to 2.0.0"
This reverts commit e824b17.
1 parent 6769d40 commit cee6d77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ dependencies {
141141
}
142142
// NOTE: The original repo at com.github.barteksc is abandoned by the maintainer; there will be no more updates coming from that repo.
143143
// 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'
144+
implementation 'com.github.zacharee:AndroidPdfViewer:4.0.1'
145145
// Depend on PdfiumAndroidKt directly so this can be updated independently of AndroidPdfViewer as updates are provided.
146-
implementation 'io.legere:pdfiumandroid:2.0.0'
146+
implementation 'io.legere:pdfiumandroid:1.0.32'
147147
implementation 'com.google.code.gson:gson:2.13.2'
148148
}

0 commit comments

Comments
 (0)