Skip to content

Commit a60c252

Browse files
authored
Revert PdfiumAndroid to 1.8.2 (#72)
1 parent ffea0b4 commit a60c252

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readium/streamer/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ dependencies {
5959
api project(':readium:shared')
6060

6161
implementation 'androidx.appcompat:appcompat:1.4.0'
62-
implementation 'com.github.barteksc:pdfium-android:1.9.0'
62+
// PdfiumAndroid 1.9.0 conflicts with liblcp, see https://github.com/readium/kotlin-toolkit/issues/29
63+
//noinspection GradleDependency
64+
implementation "com.github.barteksc:pdfium-android:1.8.2"
6365
implementation 'com.jakewharton.timber:timber:5.0.1'
6466
//noinspection GradleDependency
6567
implementation ("com.github.edrlab.nanohttpd:nanohttpd:master-SNAPSHOT") {

0 commit comments

Comments
 (0)