Skip to content

Commit

Permalink
Use maven reference to android-support-v4 library
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Bektchiev committed Nov 27, 2015
1 parent 9f49446 commit 2ffa494
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.phonegap.plugins.PushPlugin"
version="2.5.8">
version="3.0.0">

<name>PushPlugin</name>

Expand All @@ -26,6 +26,7 @@

<engines>
<engine name="cordova" version=">=3.0.0"/>
<engine name="cordova-android" version=">=3.6.0"/>
</engines>

<dependency id="org.apache.cordova.device"/>
Expand Down Expand Up @@ -67,8 +68,7 @@
<source-file src="src/android/com/plugin/gcm/CordovaGCMBroadcastReceiver.java" target-dir="src/com/plugin/gcm/"/>
<source-file src="src/android/com/plugin/gcm/PushHandlerActivity.java" target-dir="src/com/plugin/gcm/"/>
<source-file src="src/android/com/plugin/gcm/PushPlugin.java" target-dir="src/com/plugin/gcm/"/>
<source-file src="src/android/com/plugin/android-support-v4.jar" target-dir="libs/"/>

<framework src="com.android.support:support-v4:+" />
</platform>

<!-- ios -->
Expand Down
Binary file removed src/android/com/plugin/android-support-v4.jar
Binary file not shown.

0 comments on commit 2ffa494

Please sign in to comment.