Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency of old support library #78

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@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.

None yet

2 participants