Skip to content

Remove dependency of old support library#78

Open
nordfalk wants to merge 3 commits intobarteksc:masterfrom
DineroRegnskab:master
Open

Remove dependency of old support library#78
nordfalk wants to merge 3 commits intobarteksc:masterfrom
DineroRegnskab:master

Conversation

@nordfalk
Copy link

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
Copy link
Author

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'

@johngray1965
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants