diff --git a/src/@awesome-cordova-plugins/plugins/device/index.ts b/src/@awesome-cordova-plugins/plugins/device/index.ts index e4707d59d..6cf1ffcdd 100644 --- a/src/@awesome-cordova-plugins/plugins/device/index.ts +++ b/src/@awesome-cordova-plugins/plugins/device/index.ts @@ -62,4 +62,8 @@ export class Device extends AwesomeCordovaNativePlugin { /** Get the device hardware serial number. */ @CordovaProperty() serial: string; + + /** Get the Android device's SDK version. (Android-only) */ + @CordovaProperty() + sdkVersion?: string; }