Instructions to upgrade to Cordova plugin version to 10.2.0
To allow the wrapper plugin to use the latest Android SDK, version 11.9.0, we need to upgrade some tooling that are different from the default configurations of the currently latest Cordova Android version 11.0.0.
- TargetSDK can be set up to 32, as this is currently the latest target sdk supported by Cordova Android
- CompileSDK needs to be set to 33
- Kotlin version needs to be set to at least 1.7.20
This can be done by adding the following preferences to your application which are also now documented at: Add the plugin to your project: