Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	plugin.xml
  • Loading branch information
EddyVerbruggen committed Nov 28, 2015
2 parents 6a5dcb9 + 2ffa494 commit 2a91d78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
12 changes: 3 additions & 9 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,14 +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/"/>

<!-- NOTE: Requires plugman 4.2.0-ish, so older versions won't benefit of this shrink script.
If you're building with Cordova-Android 4 it will likely work.
To test it simply comment this line and rebuild. Your APK should be bigger with this script disabled.
-->
<framework src="src/android/shrinkresources.gradle" custom="true" type="gradleReference" />

<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 2a91d78

Please sign in to comment.