DependencyResolutionManagement
The C# definition of the dependencyResolutionManagement element in a gradle file.
Read time 2 minutesLast updated 11 days ago
Definition
- Type: Class
- Namespace: Unity.Android.Gradle
- Assembly: Unity.Android.Gradle
- Inherits from: BaseBlock
- Implements: ICloneable
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 |
|---|---|
| Repositories | The C# definition of the |
| RepositoriesMode | The repository mode configures how repositories are setup in the build. |
Methods
Method | Description |
|---|---|
| AddPlugin | Adds a plugin. |