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

Commit

Permalink
Merge pull request #51 from gorkem/master
Browse files Browse the repository at this point in the history
Fix android dependency versions
  • Loading branch information
edewit committed Sep 8, 2014
2 parents 9af93bd + c960d85 commit 9aa613e
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 @@ -16,8 +16,8 @@
<clobbers target="push"/>
</js-module>
<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"/>
<dependency id="android.support.v4" url="https://github.com/MobileChromeApps/cordova-plugin-android-support-v4" commit="8670959210f07f5a483e40b7fbfdb8ca5a50d3f"/>
<dependency id="com.google.playservices" url="https://github.com/MobileChromeApps/google-play-services" commit="00f511a8ce332d4586f067240460bfe978ace2ae" />
<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 9aa613e

Please sign in to comment.