# RemoveExclude(string)

> Removes all "exclude" properties with given value.

## Definition

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

```csharp
public void RemoveExclude(string value)
```

### Parameters

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

### Remarks

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