AndroidExternalToolsSettings.Gradle
Contains properties to modify Android Gradle specific values.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Android
- Assembly: UnityEditor.Android.Extensions
public class AndroidExternalToolsSettings.Gradle
Static Properties
Property | Description |
|---|---|
| androidGradlePluginVersion | Version of the Android Gradle Plugin (AGP) used for building Android applications. |
| path | Path to the Gradle used for building Android applications. |
| stopDaemonsOnExit | Stops Gradle daemons when the Unity Editor exits. |
| userHomePath | Path to the Gradle User Home directory. |
| version | Version of Gradle used for building Android applications. |