| Parameter | Description |
|---|---|
| major | The major API level, for example 36. |
| minor | The minor version of the API level, for example 1. Defaults to 0. |
Creates an Android SDK version from a major API level and an optional minor version.
Use this constructor to build a value for PlayerSettings.Android.compileSdkVersion when you need to target a minor SDK release, such as 36.1, instead of a whole API level. Omit minor, or pass 0, to represent a whole API level with no minor component.