Cordova-android version not high enough for "cordova-plugin-camera"

Hi!
I added the mdg:camera to my project. On chrome, everything looks fine, yet when I check the app on android using this command:

meteor run android-device --mobile-server https://itaibs-backpackers.meteor.com

I get the following message:

% Plugin doesn’t support this project’s cordova-android version. cordova-android: 4.1.1, failed version requirement: >=5.0.0-dev
% Skipping ‘cordova-plugin-camera’ for android

I’m guessing there is a simple way of fixing/bypassing this issue (and that I’m probably doing some beginner’s mistake), since I really didn’t try anything fancy. Any help would be appreciated!
Thanks

Upgrading to the latest Meteor 1.3 beta should fix this, because it includes cordova-android 5.1.0: https://github.com/meteor/meteor/issues/6266.

I don’t think it should have tried to install this version of the mdg:camera package on Meteor 1.2, but that may have to do with this commit.