Hi Mykola,
You can use that cordova version to add plugins to your project, and you are doing it right. However, there are some plugins that could broke your project, even if you are using the latest version of cordova. There is no science here. You just need to be careful when installing a new plugin, because some plugins change the colors.xml/string.xml file, others change all the gradle files, or the manifest file...
I recommend you to always use source control on your project, so you can easily check if any plugin has caused some broken changes on your project or not.
Also, the cordova upgrade is a painful task too...
Cheers,
Luís Silva
You can use that cordova version to add plugins to your project, and you are doing it right. However, there are some plugins that could broke your project, even if you are using the latest version of cordova. There is no science here. You just need to be careful when installing a new plugin, because some plugins change the colors.xml/string.xml file, others change all the gradle files, or the manifest file...
I recommend you to always use source control on your project, so you can easily check if any plugin has caused some broken changes on your project or not.
Also, the cordova upgrade is a painful task too...
Cheers,
Luís Silva