Skip to content

from pathlib import Path from typing import Union from .AttrDict import AttrDict class MagiskUpdateJson(AttrDict): version: str versionCode: int zipUrl: str changelog: str @property def version_display(self) -> str: ... @property def zipfile_name(self) -> str: ... @classmethod def load(cls, path: Union[str, Path]) -> MagiskUpdateJson: ... #1738

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions