This version of Unity is unsupported.

PackagingOptions.AddDoNotStrip

Declaration

public Unity.Android.Gradle.PropertyString AddDoNotStrip(string value);

Parameters

value Packaging option value.

Returns

PropertyString The added packaging option.

Description

Adds a "doNotStrip {value}" property.

For more information about the file, see Android's documentation: doNotStrip