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

Commit

Permalink
Use framework tag for support lib
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Sep 13, 2015
1 parent 1690257 commit 6b5bebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@
<service android:name="com.adobe.phonegap.push.GCMIntentService" />
</config-file>

<framework src="com.android.support:support-v13:22+" />

<source-file src="src/android/libs/gcm.jar" target-dir="libs/" />
<source-file src="src/android/libs/android-support-v13.jar" target-dir="libs/" />
<source-file src="src/android/com/adobe/phonegap/push/CordovaGCMBroadcastReceiver.java" target-dir="src/com/adobe/phonegap/push/" />
<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/PushHandlerActivity.java" target-dir="src/com/adobe/phonegap/push/" />
Expand Down
Binary file removed src/android/libs/android-support-v13.jar
Binary file not shown.

2 comments on commit 6b5bebb

@bnichols
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! This was causing me a lot of grief with the following error:

multiple dex files define Landroid/support/annotation/AnimRes

@slorber
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yah

Please sign in to comment.