Stay organized with collections
Save and categorize content based on your preferences.
ApplicationVariant
interface ApplicationVariant : GeneratesApk, Variant, HasAndroidTest, HasTestFixtures, CanMinifyCode, CanMinifyAndroidResources
Properties for the main Variant of an application.
Summary
Public properties |
Property<String> |
Variant's application ID as present in the final manifest file of the APK.
|
BundleConfig |
Variant's information related to the bundle creation configuration.
|
DependenciesInfo |
Specify whether to include SDK dependency information in APKs and Bundles.
|
List<VariantOutput> |
Returns the final list of variant outputs.
|
SigningConfig |
Variant's signingConfig, initialized by the corresponding DSL element.
|
Public properties
signingConfig
val signingConfig: SigningConfig
Variant's signingConfig, initialized by the corresponding DSL element.
Returns |
SigningConfig |
Variant's config or null if the variant is not configured for signing.
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2022-08-25 UTC.