# EnableUncompressedNativeLibs

> The C# definition of the enableUncompressedNativeLibs property.

## Definition

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

> **Warning:**
>
> **Removed.** This property is deprecated. It was removed in version 8.1 of the Android Gradle plugin.
>
> **Upgrade to** [JniLibs.UseLegacyPackaging](/engine/6000.5/script-reference/unity/android/gradle/jnilibs/uselegacypackaging.md)

```csharp
public PropertyBoolean EnableUncompressedNativeLibs { get; }
```

### Remarks

Enables uncompressed native libraries. The property is experimental in the Gralde plugin and is undocumented by google. It is set to `false` in Unity when using App Bundles to prevent crashes on some older versions on Android.
