RepoLibrary

public RepoLibrary RepoLibrary(String name, Version version, String url, String hash)

Parameters

name

Name of the library, this is always the same as the filename

version

Version of the library

url

Remote URL to download the library, useful for different licenses. Must be an HTTPS URL, HTTP will conflict with android security rules.

hash

SHA256 Hash of the remote file, to prevent attacks.