Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DependencyResolutionManagement

The C# definition of the dependencyResolutionManagement element in a gradle file.
Read time 2 minutesLast updated 11 days ago

Definition

public sealed class DependencyResolutionManagement : BaseBlock, ICloneable

Remarks

For more information about the element, see Android's documentation: Remote repositories

Constructors

Constructor

Description

DependencyResolutionManagement()Element constructor.

Properties

Property

Description

RepositoriesThe C# definition of the
repositories
element in a gradle file.
RepositoriesModeThe repository mode configures how repositories are setup in the build.

Methods

Method

Description

AddPluginAdds a plugin.

Inheritance