Downgrade to Cordova 3.5.1?

I’m running beta-13 and when I build for iOS I am getting a package that runs Cordova 3.6.3. However, I’m trying to test a plugin that was originally written for Cordova 3.5.1. Is it possible to downgrade my Cordova? Or can you tell me what version of ionic is based on Cordova 3.5.1?

You can remove your current android platform:
ionic platform rm android

Then install the specific version you are wanting
ionic platform add android@3.5.1

1 Like

does that also work with ios? ionic platform add ios@3.5.1?