a Task that only merge a single manifest with its overlays.
Type | Name and description |
---|---|
java.lang.Integer |
maxSdkVersion |
java.lang.String |
minSdkVersion |
java.lang.String |
targetSdkVersion |
VariantConfiguration |
variantConfiguration |
Type | Name and description |
---|---|
protected void |
doFullTaskAction() |
java.io.File |
getMainManifest() |
java.util.List<java.io.File> |
getManifestOverlays() |
java.lang.String |
getManifestPlaceholders() Return a serializable version of our map of key value pairs for placeholder substitution. |
java.lang.String |
getPackageOverride() |
int |
getVersionCode() |
java.lang.String |
getVersionName() |
Methods inherited from class | Name |
---|---|
class ManifestProcessorTask |
serializeMap |
Return a serializable version of our map of key value pairs for placeholder substitution. This serialized form is only used by gradle to compare past and present tasks to determine whether a task need to be re-run or not.