Replaceable

@Incubating interface Replaceable
ArtifactType.APK

Directory where APK files will be located.

ArtifactType.MERGED_MANIFEST

Merged manifest file that will be used in the APK, Bundle and InstantApp packages.

Denotes an artifact type that can be replaced. Only SingleArtifact artifacts can be replaced, if you want to replace a MultipleArtifact artifact type, you will need to transform it by combining all the inputs into a single output instance.

Summary