BuildTypes
The C# definition of the buildTypes element in a gradle file.
Read time 2 minutesLast updated 7 days ago
Definition
- Type: Class
- Namespace: Unity.Android.Gradle
- Assembly: Unity.Android.Gradle
- Inherits from: BaseBlock
- Implements: ICloneable
public sealed class BuildTypes : BaseBlock, ICloneable
Remarks
For more information about the element, see Android's documentation: Configure build types
Constructors
Constructor | Description |
|---|---|
| BuildTypes() | Element constructor. |
Methods
Method | Description |
|---|---|
| AddBuildTypeByName | Adds a build type by name. |
| AddBuildTypeCreate | Adds a build type as a "create('{value}')" element. |