Commit dd7527a8 by Sebastián Katzer

Update device plugin id

parent 25155bb5
## ChangeLog ## ChangeLog
#### Version 0.7.9 (not yet released)
- Update device plugin id
#### Version 0.7.8 (11.01.2015) #### Version 0.7.8 (11.01.2015)
- [bugfix:] NSInvalidArgumentException caused on iOS. - [bugfix:] NSInvalidArgumentException caused on iOS.
......
...@@ -69,6 +69,9 @@ More informations can be found [here][PGB_plugin]. ...@@ -69,6 +69,9 @@ More informations can be found [here][PGB_plugin].
## ChangeLog ## ChangeLog
#### Version 0.7.9 (not yet released)
- Update device plugin id
#### Version 0.7.8 (11.01.2015) #### Version 0.7.8 (11.01.2015)
- [bugfix:] NSInvalidArgumentException caused on iOS. - [bugfix:] NSInvalidArgumentException caused on iOS.
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<engine name="cordova" version=">=3.0.0" /> <engine name="cordova" version=">=3.0.0" />
</engines> </engines>
<dependency id="org.apache.cordova.device" url="https://github.com/apache/cordova-plugin-device" /> <dependency id="cordova-plugin-device" />
<js-module src="www/local-notification.js" name="LocalNotification"> <js-module src="www/local-notification.js" name="LocalNotification">
<clobbers target="plugin.notification.local" /> <clobbers target="plugin.notification.local" />
......
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