Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

wvWare-Android is migrating to OpenDocument-app organization #79

@ViliusSutkus89

Description

@ViliusSutkus89

Library is being republished to MavenCentral with the new group name - app.opendocument:wvware-android:1.2.11.

com.viliussutkus89:wvware-android:1.2.11 is also published and it includes a deprecation notice in wvWare.java class:

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

Note to downstream users

Downstream users of wvWare-Android need to update build.gradle to change

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

to

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

Java classes stay the same, no need to update anything else.

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