Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PluginManagement

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

Definition

public sealed class PluginManagement : BaseBlock, ICloneable

Remarks

For more information about the file, see Android's documentation: The Gradle settings file

Constructors

Constructor

Description

PluginManagement()Element constructor.

Properties

Property

Description

PluginsThe C# definition of the
plugins
element in a gradle file.
RepositoriesThe C# definition of the
repositories
element in a gradle file.

Inheritance