Commit a5d7be43 authored by Chris Scott's avatar Chris Scott

Add dependency, cordova.geolocation

parent e8858b6c
...@@ -12,6 +12,8 @@ ...@@ -12,6 +12,8 @@
<engine name="cordova" version=">=3.0.0" /> <engine name="cordova" version=">=3.0.0" />
</engines> </engines>
<dependency id="org.apache.cordova.geolocation" />
<js-module src="www/BackgroundGeoLocation.js" name="BackgroundGeoLocation"> <js-module src="www/BackgroundGeoLocation.js" name="BackgroundGeoLocation">
<clobbers target="plugins.backgroundGeoLocation" /> <clobbers target="plugins.backgroundGeoLocation" />
</js-module> </js-module>
......
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