| Parameter | Description |
|---|---|
| major | The major API level to compile your project against. |
| minor | The minor API level to compile your project against. Pass 0 to omit it. |
Sets the version property to a release compile SDK version.
Equivalent to calling CompileSdkSpec.SetRelease. Unity writes the resulting release block with major as the apiLevel, and minor as the minorApiLevel when minor is greater than 0.