PdfiumAndroid icon indicating copy to clipboard operation
PdfiumAndroid copied to clipboard

Remove dependency of old support library

Open nordfalk opened this issue 3 years ago • 2 comments

Remove dependency of old support library This will enable people to remove use of Android Jetifier - see https://github.com/dipien/bye-bye-jetifier

nordfalk avatar Mar 16 '21 11:03 nordfalk

If others have the same need Ive published an artifact on jitpack. See https://jitpack.io/#DineroRegnskab/PdfiumAndroid/pdfium-android-1.9.2

allprojects {
    repositories {
        google()
        jcenter()
        **maven { url 'https://jitpack.io' }**
    }
}

Note: You muse use 'api' instead of 'implementation'.

**api** 'com.github.DineroRegnskab:PdfiumAndroid:pdfium-android-1.9.2'

nordfalk avatar Mar 16 '21 13:03 nordfalk

I wrote a new version: https://github.com/johngray1965/PdfiumAndroidKt its free of the old dependencies. And it's being actively maintained.

johngray1965 avatar Nov 04 '23 10:11 johngray1965