Commit 587287fb by Sebastián Katzer

Use plugin to add android.support.v4 lib

parent e201be98
......@@ -85,6 +85,8 @@
<!-- android -->
<platform name="android">
<dependency id="android.support.v4" />
<config-file target="res/xml/config.xml" parent="/*">
<feature name="LocalNotification">
<param name="android-package" value="de.appplant.cordova.plugin.localnotification.LocalNotification"/>
......@@ -134,8 +136,6 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
</config-file>
<lib-file src="libs/android/android-support-v4.jar" />
<source-file
src="src/android/LocalNotification.java"
target-dir="src/de/appplant/cordova/plugin/localnotification" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment