# minifyWithR8

> This property is now obsolete. R8 is always used.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

> **Warning:**
>
> **Deprecated.** minifyWithR8 is obsolete and has no effect anymore, since Android Gradle Plugin 7.0 always uses R8

```csharp
public static bool minifyWithR8 { get; set; }
```
