# AddMerge(string)

> Adds a "merge {value}" property.

## Definition

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

```csharp
public PropertyString AddMerge(string value)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): Packaging option value.

### Returns

| Type                                                                                     | Description                 |
| ---------------------------------------------------------------------------------------- | --------------------------- |
| [PropertyString](/engine/6000.7/script-reference/unity/android/gradle/propertystring.md) | The added packaging option. |

### Remarks

For more information about the file, see Android's documentation: [merge](https://developer.android.com/reference/tools/gradle-api/com/android/build/api/dsl/Packaging#merge\(kotlin.String\))
