# Repositories

> The C# definition of the repositories element in a gradle file.

## Definition

* **Type:** Property
* **Namespace:** [Unity.Android.Gradle](/engine/6000.6/script-reference/unity/android/gradle.md)
* **Assembly:** Unity.Android.Gradle

```csharp
public Repositories Repositories { get; }
```

### Remarks

Configures the repositories for this project. For more information about the file, see Android's documentation: [Remote repositories](https://developer.android.com/studio/build/dependencies#remote-repositories)
