You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:+") */@Deprecatedpublicclasspdf2htmlEX
Note to users
Users of pdf2htmlEX-Android need to update build.gradle to change
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 inpdf2htmlEX.java
class:Note to users
Users of pdf2htmlEX-Android need to update
build.gradle
to changeimplementation("com.viliussutkus89:pdf2htmlex-android:+")
to
implementation("app.opendocument:pdf2htmlex-android:+")
It's also necessary to change imports in java files:
becomes
The text was updated successfully, but these errors were encountered: