Build.VERSION.Incremental Property

Definition

The internal value used by the underlying source control to represent this build.

[Android.Runtime.Register("INCREMENTAL")]
public static string Incremental { get; }
[<Android.Runtime.Register("INCREMENTAL")>]
static member Incremental : string

Property Value

Attributes

Remarks

The internal value used by the underlying source control to represent this build. E.g., a perforce changelist number or a git hash.

Java documentation for android.os.Build.VERSION.INCREMENTAL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to