Issue-8: Downgrade PDF Viewer for Xiaomi error

This commit is contained in:
Mathieu Sanchez 2020-04-26 17:13:28 +02:00
parent 514d1dff4e
commit ff04fb3102

View File

@ -78,7 +78,8 @@ dependencies {
// PDF
implementation 'com.tom_roush:pdfbox-android:1.8.10.1'
implementation 'com.github.barteksc:android-pdf-viewer:3.2.0-beta.1'
//noinspection GradleDependency
implementation 'com.github.barteksc:android-pdf-viewer:2.8.2'
// Gson
implementation 'com.google.code.gson:gson:2.8.6'