public interface AndroidArtifactVariant extends VersionedVariant
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
getCompatibleScreens()
Returns the compatible screens for the variant.
|
com.android.builder.model.SigningConfig |
getSigningConfig()
Returns the
SigningConfig for this build variant, if one has been specified. |
boolean |
isSigningReady()
Returns true if this variant has the information it needs to create a signed APK.
|
getVersionCode, getVersionName
@Nullable com.android.builder.model.SigningConfig getSigningConfig()
SigningConfig
for this build variant, if one has been specified. This is
only returned for the base application module.boolean isSigningReady()
@NonNull java.util.Set<java.lang.String> getCompatibleScreens()