Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
Solved a couple Android build errors (#1383)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeFerBec authored and macdonst committed Nov 28, 2016
1 parent ba91d13 commit c9ef2e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@

<framework src="push.gradle" custom="true" type="gradleReference" />
<framework src="com.android.support:support-v13:23+" />
<framework src="com.google.firebase:firebase-messaging:9.0.0" />
<framework src="me.leolin:ShortcutBadger:1.1.11@aar"/>
<framework src="com.google.firebase:firebase-messaging:9+" />

<source-file src="src/android/com/adobe/phonegap/push/GCMIntentService.java" target-dir="src/com/adobe/phonegap/push/" />
<source-file src="src/android/com/adobe/phonegap/push/PushConstants.java" target-dir="src/com/adobe/phonegap/push/" />
Expand Down Expand Up @@ -127,6 +127,4 @@
</platform>

<hook src="scripts/copy_file.js" type="after_prepare" />

>>>>>>> Use CocoaPods
</plugin>

0 comments on commit c9ef2e1

Please sign in to comment.