Hi,
Is there a way to keep the default android version to install, because if I just do “cordova platform add android” it always defaults to 6.3.0, and I want 7.1.1 for example. I know I can just do “cordova platform add android@7.1.1” but I’m afraid in some x months when I have to do an update I forget this detail and mess things up.
I tried to put
<engine name="android" spec="^7.1.1" />
in config.xml but it’s removed when I do a “cordova platform rm android”.
Thanks