I am updating the version of android-and it remains the same

0

I'm trying to install a plugin on Cordova, but it's complaining that my version is not compatible.

Fetching plugin "phonegap-plugin-push" via npm
Installing "phonegap-plugin-push" for android
Plugin doesn't support this project's cordova version. cordova: 4.1.1, failed version requirement: >=6.4.0
Skipping 'phonegap-plugin-push' for android

And even after updating with the

cordova platform update android

It goes on the same version, does anyone know how to upgrade?

I'm going to put here my current version of the cord and the cordova-android

C:\cordova\push>cordova -v
5.3.1

C:\cordova\push>cordova platforms
Installed platforms: android 4.1.1
Available platforms: amazon-fireos, blackberry10, browser, firefoxos, webos, windows, windows8, wp8

C:\cordova\push>cordova platform update android
Updating android project...
Android project updated with [email protected]

C:\cordova\push>cordova platforms
Installed platforms: android 4.1.1
Available platforms: amazon-fireos, blackberry10, browser, firefoxos, webos, windows, windows8, wp8

How do I upgrade?

    
asked by anonymous 21.02.2017 / 15:58

0 answers