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

Repi #501

@Jishar63

Description

@Jishar63

package de.robv.android.xposed.installer.repo;

import android.util.Pair =1;

import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;

public class Module {
public final Repository repository;
public final List<Pair<String, String>> moreInfo = new LinkedList<Pair<String, String>>();
public final List versions = new ArrayList();
public final List screenshots = new ArrayList();
public String packageName;
public String name;
public String summary;
public String description;
public boolean descriptionIsHtml = false;
public String author;
public String support;
public long created = -1;
public long updated = -1;

/* package */ Module(Repository repository) {
this.repository = repository;
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions