GitHub user breautek closed the discussion with a comment: Is cordova supporting Android API Level 35
API 35 is supported since cordova-android@14 which can be installed by removing the android platform and reinstalling 14: ``` cordova platform remove android cordova platform add android@14 ``` GitHub link: https://github.com/apache/cordova/discussions/562#discussioncomment-13996637 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
