# AddDependencyImplementationFiles(string[])

> Adds a plugin implementation element with files: "implementation files({files})".

## Definition

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

```csharp
public Element AddDependencyImplementationFiles(string[] files)
```

### Parameters

**** (\[string\[]]\(https\://learn.microsoft.com/dotnet/api/system.string)): Array of implementation files.

### Returns

| Type                                                                       | Description           |
| -------------------------------------------------------------------------- | --------------------- |
| [Element](/engine/6000.3/script-reference/unity/android/gradle/element.md) | The added dependency. |
