Skip to content

Commit

Permalink
deleted hardcoded support-v13 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill committed Jul 1, 2015
1 parent 1979d97 commit eb01b45
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -29,6 +29,7 @@

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

<config-file target="res/xml/config.xml" parent="/*">
<feature name="PushPlugin" >
Expand Down Expand Up @@ -63,7 +64,6 @@
<source-file src="src/android/com/plugin/gcm/GCMIntentService.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-v13.jar" target-dir="libs/" />

</platform>

Expand Down
Binary file removed src/android/com/plugin/android-support-v13.jar
Binary file not shown.

0 comments on commit eb01b45

Please sign in to comment.