We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffea0b4 commit a60c252Copy full SHA for a60c252
readium/streamer/build.gradle
@@ -59,7 +59,9 @@ dependencies {
59
api project(':readium:shared')
60
61
implementation 'androidx.appcompat:appcompat:1.4.0'
62
- implementation 'com.github.barteksc:pdfium-android:1.9.0'
+ // 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"
65
implementation 'com.jakewharton.timber:timber:5.0.1'
66
//noinspection GradleDependency
67
implementation ("com.github.edrlab.nanohttpd:nanohttpd:master-SNAPSHOT") {
0 commit comments