BuildType
The C# definition of the buildTypes child element in a gradle file.
Read time 2 minutesLast updated 5 days ago
Definition
- Type: Class
- Namespace: Unity.Android.Gradle
- Assembly: Unity.Android.Gradle
- Inherits from: BaseBlock
- Implements: ICloneable
public sealed class BuildType : BaseBlock, ICloneable
Remarks
Build types define certain properties that Gradle uses when building and packaging your app, and are typically configured for different stages of your development lifecycle. For more information about the element, see Android's documentation: buildType
Constructors
Constructor | Description |
|---|---|
| BuildType(System.String) | Element constructor. |
Properties
Property | Description |
|---|---|
| Debuggable | The C# definition of the |
| MinifyEnabled | The C# definition of the |
| ProguardFiles | The C# definition of the |
| SigningConfig | The C# definition of the |