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

pdf2htmlEX-Android is migrating to OpenDocument-app organization #84

Closed
ViliusSutkus89 opened this issue Jan 6, 2024 · 0 comments
Closed

Comments

@ViliusSutkus89
Copy link
Collaborator

ViliusSutkus89 commented Jan 6, 2024

Library is republished to MavenCentral with the new group name app.opendocument:pdf2htmlex-android:0.18.24.

com.viliussutkus89:pdf2htmlex-android:0.18.24 is also published and it includes a deprecation notice in pdf2htmlEX.java class:

/**
 * @deprecated  This library is now part of OpenDocument App group.
 * Edit your build.gradle to depend on
 * implementation("app.opendocument:pdf2htmlex-android:+")
 * instead of
 * implementation("com.viliussutkus89:pdf2htmlex-android:+")
 */
@Deprecated
public class pdf2htmlEX

Note to users

Users of pdf2htmlEX-Android need to update build.gradle to change

implementation("com.viliussutkus89:pdf2htmlex-android:+")

to

implementation("app.opendocument:pdf2htmlex-android:+")

It's also necessary to change imports in java files:

import com.viliussutkus89.android.pdf2htmlex.pdf2htmlEX

becomes

import app.opendocument.android.pdf2htmlex.pdf2htmlEX
@TomTasche TomTasche pinned this issue Jan 6, 2024
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

No branches or pull requests

2 participants