SingleArtifact.PUBLIC_ANDROID_RESOURCES_LIST

public static class SingleArtifact.PUBLIC_ANDROID_RESOURCES_LIST extends SingleArtifact


A file containing the list of public resources exported by a library project.

It will have one resource per line and be of the format <resource-type> <resource-name>

for example

string public_string

This file will always be created, even if there are no resources.

See Choose resources to make public.

Summary

Public fields