Skip to content

Commit

Permalink
Update plugin.xml
Browse files Browse the repository at this point in the history
Switching local copy of support lib to use the <framework tag instead>
  • Loading branch information
keab42 committed Jul 7, 2015
1 parent dd503eb commit 472548a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</config-file>

<source-file src="src/android/libs/gcm.jar" target-dir="libs/" />
<source-file src="src/android/libs/android-support-v13.jar" target-dir="libs/" />
<framework src="com.android.support:support-v13:22.1.0" />
<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

0 comments on commit 472548a

Please sign in to comment.