Fix versions conflict between cordova-plugin-file cordova-android

This commit is contained in:
Gustavo Maximiliano Cortez 2015-11-25 13:02:53 -03:00
parent fe0e52f9b1
commit 895961c239
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ if [ ! -d $PROJECT ]; then
cordova plugin add hu.dpal.phonegap.plugins.uniquedeviceid
checkOK
cordova plugin add cordova-plugin-file
cordova plugin add cordova-plugin-file@3.0.0
checkOK
cordova plugin add cordova-plugin-touch-id && cordova prepare