A task that processes the manifest
Type | Name and description |
---|---|
java.util.List<ManifestDependencyImpl> |
libraries |
java.lang.Integer |
maxSdkVersion |
java.lang.String |
minSdkVersion |
java.lang.String |
targetSdkVersion |
VariantConfiguration |
variantConfiguration |
ApkVariantOutputData |
variantOutputData |
Type | Name and description |
---|---|
protected void |
doFullTaskAction() |
java.util.List<java.io.File> |
getLibraryManifests() since libraries above can't return it's input files (@Nested doesn't work on lists), so do a method that will gather them and return them. |
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 |
since libraries above can't return it's input files (
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.