Commit 9f064596 by Sebastián Katzer

New android package name

parent 4ffc3526
......@@ -66,10 +66,10 @@
<uses-permission android:name="android.permission.GET_TASKS" />
</config-file>
<source-file src="src/android/LocalNotificationReceiver.java" target-dir="src/de/appplant/cordova/plugin" />
<source-file src="src/android/LocalNotificationOptions.java" target-dir="src/de/appplant/cordova/plugin" />
<source-file src="src/android/LocalNotificationRestore.java" target-dir="src/de/appplant/cordova/plugin" />
<source-file src="src/android/LocalNotification.java" target-dir="src/de/appplant/cordova/plugin" />
<source-file src="src/android/LocalNotificationReceiver.java" target-dir="src/de/appplant/cordova/plugin/localnotification" />
<source-file src="src/android/LocalNotificationOptions.java" target-dir="src/de/appplant/cordova/plugin/localnotification" />
<source-file src="src/android/LocalNotificationRestore.java" target-dir="src/de/appplant/cordova/plugin/localnotification" />
<source-file src="src/android/LocalNotification.java" target-dir="src/de/appplant/cordova/plugin/localnotification" />
</platform>
<!-- wp8 -->
......
......@@ -7,7 +7,7 @@
* GPL v2 licensed
*/
package de.appplant.cordova.plugin;
package de.appplant.cordova.plugin.localnotification;
import java.util.Map;
import java.util.Set;
......
......@@ -7,7 +7,7 @@
* GPL v2 licensed
*/
package de.appplant.cordova.plugin;
package de.appplant.cordova.plugin.localnotification;
import java.util.Calendar;
import java.util.Date;
......
......@@ -7,7 +7,7 @@
* GPL v2 licensed
*/
package de.appplant.cordova.plugin;
package de.appplant.cordova.plugin.localnotification;
import java.util.Calendar;
......
......@@ -7,7 +7,7 @@
* GPL v2 licensed
*/
package de.appplant.cordova.plugin;
package de.appplant.cordova.plugin.localnotification;
import java.util.Set;
......
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