Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BuildType

The C# definition of the buildTypes child element in a gradle file.
Read time 2 minutesLast updated 5 days ago

Definition

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

DebuggableThe C# definition of the
debuggable
property.
MinifyEnabledThe C# definition of the
minifyEnabled
property.
ProguardFilesThe C# definition of the
proguardFiles
property.
SigningConfigThe C# definition of the
signingConfigs
child elements in a gradle file.

Inheritance