# AndroidBuild.Version

> Provides access to Android platform version information, such as the device's current API level, and the application's minimum and target API levels.

## Definition

* **Type:** Class
* **Namespace:** [UnityEngine.Android](/engine/6000.7/script-reference/unityengine/android.md)
* **Assembly:** UnityEngine.AndroidJNIModule

```csharp
public static class AndroidBuild.Version
```

## Static Properties

| Property                                                                                                     | Description                                                              |
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------ |
| [apiLevel](/engine/6000.7/script-reference/unityengine/android/androidbuild/version/apilevel.md)             | The device's current Android API level.                                  |
| [minApiLevel](/engine/6000.7/script-reference/unityengine/android/androidbuild/version/minapilevel.md)       | The minimum Android API level that the application can run on.           |
| [targetApiLevel](/engine/6000.7/script-reference/unityengine/android/androidbuild/version/targetapilevel.md) | The target Android API level that the application is designed to run on. |
