Skip to content
This repository was archived by the owner on May 26, 2026. It is now read-only.
This repository was archived by the owner on May 26, 2026. It is now read-only.

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

Description

@ViliusSutkus89

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

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions