targetSdkVersion property

int? targetSdkVersion
getter/setter pair

The SDK version this app targets, as specified in the manifest of the APK.

See http://developer.android.com/guide/topics/manifest/uses-sdk-element.html

Implementation

core.int? targetSdkVersion;