Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
made android dependencies only for android
Browse files Browse the repository at this point in the history
  • Loading branch information
edewit committed Jul 17, 2014
1 parent 3a71eb8 commit 5772558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<js-module src="www/aerogear-push.js" name="AeroGear.UnifiedPush">
<clobbers target="push"/>
</js-module>
<dependency id="android.support.v4" url="https://github.com/MobileChromeApps/cordova-plugin-android-support-v4"/>
<dependency id="com.google.playservices" url="https://github.com/MobileChromeApps/google-play-services"/>
<platform name="android">
<dependency id="android.support.v4" url="https://github.com/MobileChromeApps/cordova-plugin-android-support-v4"/>
<dependency id="com.google.playservices" url="https://github.com/MobileChromeApps/google-play-services"/>
<config-file target="res/xml/config.xml" parent="/*">
<feature name="PushPlugin">
<param name="android-package" value="org.jboss.aerogear.cordova.push.PushPlugin"/>
Expand Down

0 comments on commit 5772558

Please sign in to comment.